Merge branch 'main' into 'main'

add install instructions for debian(light fan can work for my G614JV)

See merge request asus-linux/asusctl!182
This commit is contained in:
Luke Jones
2024-09-08 08:07:21 +00:00

View File

@@ -97,6 +97,15 @@ Works with KDE Plasma (without GTK packages)
make
sudo make install
**Debian(unsuported):**
officially unsuported,but you can still try and test it by yourself(some features may not be available).
sudo apt install libclang-dev libudev-dev libfontconfig-dev build-essential cmake libseat-dev libxkbcommon-dev libinput-dev libgbm-dev
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
make
sudo make install
**Ubuntu, Popos (unsuported):**
instructions removed as outdated