From 928f6ee1839dd34b29be0d1ae915eb01f48478f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Wed, 4 Oct 2023 18:57:17 +0300 Subject: [PATCH] docs(readme): document linux dependencies (#17) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6e98a22..079b57c 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,12 @@ cargo install daktilo The minimum supported Rust version is `1.70.0`. +On Linux, the following packages should be installed: + +- Arch Linux: `alsa-lib libxtst libxi` +- Alpine Linux: `alsa-lib-dev libxi-dev libxtst-dev` +- Debian/Ubuntu: `libasound2-dev libxi-dev libxtst-dev` + ### Arch Linux **daktilo** can be installed from the [official repositories](https://archlinux.org/packages/extra/x86_64/daktilo/) using [pacman](https://wiki.archlinux.org/title/Pacman):