Skip to content

Commit

Permalink
docs(readme): document linux dependencies (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Oct 4, 2023
1 parent b296348 commit 928f6ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -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):
Expand Down

0 comments on commit 928f6ee

Please sign in to comment.