Update package list for Arch Linux

[skip ci]
pull/26/head
nirenjan 2020-07-19 15:17:17 -07:00
parent 9fb2d246c6
commit 55c1fadba6
1 changed files with 2 additions and 0 deletions

View File

@ -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` | | 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` | | MacOS + Homebrew | `brew install automake autoconf gettext hidapi libtool libusb pkg-config python3` |
| Arch Linux | `pacman -S base-devel libusb hidapi python` |
## Optional Packages ## 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: You will also need the following packages to run the unit tests:
* faketime * faketime
* cmocka
# Installation Instructions # Installation Instructions