diff --git a/Makefile b/Makefile index 4c5d1e1f..3d4a1f1d 100644 --- a/Makefile +++ b/Makefile @@ -22,12 +22,14 @@ venv: # install all required binary packages on a debian based system deb: sudo apt update - sudo apt install -y \ + sudo apt install \ gir1.2-nm-1.0 \ gir1.2-secret-1 \ gir1.2-gtk-3.0 \ gir1.2-notify-0.7 \ + libcairo2-dev \ libgirepository1.0-dev \ + python3-dev \ python3-gi \ python3-setuptools \ python3-pytest \ @@ -36,7 +38,7 @@ deb: # install all required binary packages on a rpm based system dnf: - sudo dnf install -y \ + sudo dnf install \ libnotify \ libsecret \ gtk3 \ diff --git a/doc/md/installation.md b/doc/md/installation.md index f4bb2f3c..5baa9279 100644 --- a/doc/md/installation.md +++ b/doc/md/installation.md @@ -220,7 +220,9 @@ $ sudo apt install \ gir1.2-secret-1 \ gir1.2-gtk-3.0 \ gir1.2-notify-0.7 \ + libcairo2-dev \ libgirepository1.0-dev \ + python3-dev \ python3-gi \ python3-setuptools \ python3-pytest \ @@ -268,3 +270,5 @@ You can then continue with installing via Pip: ``` console $ pip install "eduvpn-client[gui]" ``` + +Make sure to reboot after installing