Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.

Commit c11c5fa

Browse files
committed
Docs + Makefile: Update dependencies for install
1 parent 61e8fe3 commit c11c5fa

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,14 @@ venv:
2222
# install all required binary packages on a debian based system
2323
deb:
2424
sudo apt update
25-
sudo apt install -y \
25+
sudo apt install \
2626
gir1.2-nm-1.0 \
2727
gir1.2-secret-1 \
2828
gir1.2-gtk-3.0 \
2929
gir1.2-notify-0.7 \
30+
libcairo2-dev \
3031
libgirepository1.0-dev \
32+
python3-dev \
3133
python3-gi \
3234
python3-setuptools \
3335
python3-pytest \
@@ -36,7 +38,7 @@ deb:
3638

3739
# install all required binary packages on a rpm based system
3840
dnf:
39-
sudo dnf install -y \
41+
sudo dnf install \
4042
libnotify \
4143
libsecret \
4244
gtk3 \

doc/md/installation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,9 @@ $ sudo apt install \
220220
gir1.2-secret-1 \
221221
gir1.2-gtk-3.0 \
222222
gir1.2-notify-0.7 \
223+
libcairo2-dev \
223224
libgirepository1.0-dev \
225+
python3-dev \
224226
python3-gi \
225227
python3-setuptools \
226228
python3-pytest \
@@ -268,3 +270,5 @@ You can then continue with installing via Pip:
268270
``` console
269271
$ pip install "eduvpn-client[gui]"
270272
```
273+
274+
Make sure to reboot after installing

0 commit comments

Comments
 (0)