diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2018-12-14 13:20:29 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2019-01-30 11:16:46 +0100 |
| commit | 709aedc5343c301b839ff011643f11d598f9c539 (patch) | |
| tree | 4b2147f657d9fd53ce0c03568407be21cc16846c | |
| parent | 29327896e4c7d9c0654768169889e205129e8396 (diff) | |
| download | mullvadvpn-709aedc5343c301b839ff011643f11d598f9c539.tar.xz mullvadvpn-709aedc5343c301b839ff011643f11d598f9c539.zip | |
Adding Fedora instructions
| -rw-r--r-- | README.md | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -57,13 +57,22 @@ The host has to have the following installed: ### Linux -For Debian/Ubuntu based distributions, you need to install the following. For other distributions -you need the equivalent packages: +#### Debian/Ubuntu ```bash # For building the daemon sudo apt install gcc libdbus-1-dev # For running the frontend app sudo apt install libappindicator1 gconf2 +# For building the installer +sudo apt install rpm +``` + +#### Fedora/RHEL +```bash +# For building the daemon +sudo dnf install dbus-devel +# For building the installer +sudo dnf install rpm-build ``` ### All platforms |
