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] 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