From f98668747a3266781b229b7fa3a10b8f8a9ab559 Mon Sep 17 00:00:00 2001 From: Johan Polson <40406620+johanpolson@users.noreply.github.com> Date: Sat, 4 Mar 2023 21:53:25 +0100 Subject: [PATCH] add c++ to "sudo dnf install.. " --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d928afa..5364fd0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ hid-nintendo is currently in review on the linux-input mailing list. The most re # Installation 1. clone the repo -2. Install requirements (`sudo apt install libevdev-dev` or `sudo dnf install libevdev-devel libudev-devel`) +2. Install requirements (`sudo apt install libevdev-dev` or `sudo dnf install libevdev-devel libudev-devel c++`) 3. `cmake .` 4. `sudo make install` 5. `sudo systemctl enable --now joycond`