From bf52f142f3ee91f1f3c05801a9ef57326a0683a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81=28Buo-ren=20Lin=29?= Date: Sun, 18 Jan 2026 21:54:37 +0800 Subject: [PATCH 1/2] README: Add build dependencies installation instructions for Ubuntu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tested on Ubuntu 25.10. Signed-off-by: ๆž—ๅšไป(Buo-ren Lin) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ab35c0b8..4fa8f246 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,9 @@ sudo dnf install systemd-devel hidapi-devel # FreeBSD sudo pkg install rust hidapi pkgconf + +# Ubuntu +sudo apt install cargo libhidapi-dev libsystemd-dev libudev-dev libusb-1.0-0-dev pkg-config rustc ``` ```sh From 942dfd9558d5c0a89b421940bec97542815061fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81=20Buo-ren=20Lin?= Date: Wed, 28 Jan 2026 07:55:05 +0800 Subject: [PATCH 2/2] Update README.md Co-authored-by: Daniel Schaefer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fa8f246..138759cf 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ sudo dnf install systemd-devel hidapi-devel sudo pkg install rust hidapi pkgconf # Ubuntu -sudo apt install cargo libhidapi-dev libsystemd-dev libudev-dev libusb-1.0-0-dev pkg-config rustc +sudo apt install rustup build-essential libhidapi-dev libsystemd-dev libudev-dev libusb-1.0-0-dev pkg-config ``` ```sh