From a0687c8f18e312824ac04043c410b637ce89e371 Mon Sep 17 00:00:00 2001 From: Alex Reece Date: Fri, 8 Jan 2021 00:38:12 +0100 Subject: [PATCH] Added Fedora dependancy install commands (#155) * Added Fedora 33 dependancy install commands Tested on a relatively fresh install of Fedora 33, gcc-c++ included as no c++ compiler by default, feel free to remove if it fits better with the pattern of not including one in the previous instructions, however it did trip me up for a few minutes so may be worth leaving in. * Remove Fedora Version * Update README.md Changed systemd-devel1 to systemd-devel (typo) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cdd2639..f37f2bd 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ This project requires a C++14 compiler, `cmake`, `libevdev`, `libudev`, and `lib **Solus:** `sudo eopkg install libevdev-devel libconfig-devel libgudev-devel` +**Fedora:** `sudo dnf install cmake libevdev-devel systemd-devel libconfig-devel gcc-c++` + ## Building To build this project, run: