From 55c1fadba6f13b1d26610ff280bcb71a71364c4b Mon Sep 17 00:00:00 2001 From: nirenjan Date: Sun, 19 Jul 2020 15:17:17 -0700 Subject: [PATCH] Update package list for Arch Linux [skip ci] --- INSTALL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 9943b90..06a2e94 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -29,6 +29,7 @@ Build has been tested on the following operating systems (x86-64 only): | -------- | -------------------- | | Ubuntu | `sudo apt-get install automake autoconf gettext autopoint libhidapi-dev libtool libusb-1.0-0-dev pkg-config python3` | | MacOS + Homebrew | `brew install automake autoconf gettext hidapi libtool libusb pkg-config python3` | +| Arch Linux | `pacman -S base-devel libusb hidapi python` | ## Optional Packages @@ -41,6 +42,7 @@ the utilities, you will need the following packages: You will also need the following packages to run the unit tests: * faketime +* cmocka # Installation Instructions