This repository was archived by the owner on Apr 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,14 @@ venv:
2222# install all required binary packages on a debian based system
2323deb :
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 \
3638
3739# install all required binary packages on a rpm based system
3840dnf :
39- sudo dnf install -y \
41+ sudo dnf install \
4042 libnotify \
4143 libsecret \
4244 gtk3 \
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments