From 17f821c23bc617da21a07bb827ba4cc1e371e20e Mon Sep 17 00:00:00 2001 From: Jonathan Haas Date: Sun, 1 Sep 2019 12:22:08 +0200 Subject: [PATCH] Update README.md Fedora additionally needs `make` for installation (which isn't a dependency of the other packages) --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index d6a674dc..b91d06a3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -38,7 +38,7 @@ Make sure you have installed *dkms*, *linux headers* and a bluetooth implementat * On **Debian** based systems (like Ubuntu) you can install those packages by running ``sudo apt-get install dkms linux-headers-`uname -r` `` * On **Fedora**, it is - ``sudo dnf install dkms bluez bluez-tools kernel-devel-`uname -r` kernel-headers-`uname -r` `` + ``sudo dnf install dkms make bluez bluez-tools kernel-devel-`uname -r` kernel-headers-`uname -r` `` * On **OSMC** you will have to run the following commands ``sudo apt-get install dkms rbp2-headers-`uname -r` `` ``sudo ln -s "/usr/src/rbp2-headers-`uname -r`" "/lib/modules/`uname -r`/build"`` (as a [workaround](https://github.com/osmc/osmc/issues/471))