From 5455e345b2d70c901d26c951d29845b0f8a38866 Mon Sep 17 00:00:00 2001 From: "Pd.ch" <3318195572@qq.com> Date: Sun, 8 Sep 2024 08:07:21 +0000 Subject: [PATCH] add install instructions for debian(light fan can work for my G614JV) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 1cfc22be..ea617f9d 100644 --- a/README.md +++ b/README.md @@ -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