Skip to content

Commit

Permalink
Sort Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ConiKost authored and Conrad Kostecki committed Mar 22, 2021
1 parent d299853 commit 0a79f57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ Default location for the configuration file is /etc/logid.cfg, but another can b

This project requires a C++14 compiler, `cmake`, `libevdev`, `libudev`, and `libconfig`. For popular distributions, I've included commands below.

**Arch Linux:** `sudo pacman -S cmake libevdev libconfig pkgconf`

**Debian/Ubuntu:** `sudo apt install cmake libevdev-dev libudev-dev libconfig++-dev`

**Arch Linux:** `sudo pacman -S cmake libevdev libconfig pkgconf`
**Fedora:** `sudo dnf install cmake libevdev-devel systemd-devel libconfig-devel gcc-c++`

**Gentoo Linux** `sudo emerge dev-libs/libconfig dev-libs/libevdev dev-util/cmake virtual/libudev`

**Solus:** `sudo eopkg install libevdev-devel libconfig-devel libgudev-devel`

**Fedora:** `sudo dnf install cmake libevdev-devel systemd-devel libconfig-devel gcc-c++`

## Building

To build this project, run:
Expand Down

0 comments on commit 0a79f57

Please sign in to comment.