-
Notifications
You must be signed in to change notification settings - Fork 14
Dependencies
Shad edited this page Sep 10, 2023
·
2 revisions
Depending on your distribution, you may need to install different packages to be able the compile and run the program:
- gcc/musl | systemd-dev/systemd-devel
- gcc | dbus | systemd | systemd-libs
sudo apt install gcc dbus libdbus-1-dev libhidapi-dev libudev-dev
- gcc-devel | gcc-c++ | dbus-1-devel | libdbus-c++-devel | libhidapi-devel | libudev-devel
sudo dnf install gcc gcc-c++ dbus-devel hidapi-devel systemd-devel systemd-udev
sudo dnf install gcc lib64dbus-devel lib64hidapi-devel lib64udev-devel
or
sudo urpmi gcc lib64dbus-devel lib64hidapi-devel lib64udev-devel
- gcc | dbus | systemd
- gcc/musl | dbus | hidapi/hidapi-hidraw | udev/libudev
- gcc | dbus | dbus-c++ | systemd-libs | hidapi | libudev0-shim
sudo apt install gcc dbus libdbus-1-3 libhidapi-hidraw0 libudev0 libudev1
- gcc | gcc-c++ | dbus-1 | libhidapi-hidraw0 | libhidapi-libusb0 | udev | libudev1
sudo dnf install gcc gcc-c++ dbus systemd hidapi libhid libusb1 systemd-udev
sudo dnf install lib64dbus1_3 lib64hidapi0 lib64udev1
or
sudo urpmi lib64dbus1_3 lib64hidapi0 lib64udev1
- gcc-libs | dbus | systemd