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)
This commit is contained in:
parent
9514f4ed73
commit
a0687c8f18
|
@ -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`
|
**Solus:** `sudo eopkg install libevdev-devel libconfig-devel libgudev-devel`
|
||||||
|
|
||||||
|
**Fedora:** `sudo dnf install cmake libevdev-devel systemd-devel libconfig-devel gcc-c++`
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
To build this project, run:
|
To build this project, run:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user