summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2018-12-14 13:20:29 +0100
committerLinus Färnstrand <linus@mullvad.net>2019-01-30 11:16:46 +0100
commit709aedc5343c301b839ff011643f11d598f9c539 (patch)
tree4b2147f657d9fd53ce0c03568407be21cc16846c
parent29327896e4c7d9c0654768169889e205129e8396 (diff)
downloadmullvadvpn-709aedc5343c301b839ff011643f11d598f9c539.tar.xz
mullvadvpn-709aedc5343c301b839ff011643f11d598f9c539.zip
Adding Fedora instructions
-rw-r--r--README.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/README.md b/README.md
index b3faf8683c..3ac2c18394 100644
--- a/README.md
+++ b/README.md
@@ -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