mirror of https://github.com/nirenjan/libx52.git
parent
2ce9ff2280
commit
5a283672c4
13
INSTALL.md
13
INSTALL.md
|
@ -18,7 +18,7 @@ Build has been tested on the following operating systems (x86-64 only):
|
||||||
* autopoint
|
* autopoint
|
||||||
* gettext
|
* gettext
|
||||||
* hidapi
|
* hidapi
|
||||||
* inih
|
* [inih](https://github.com/benhoyt/inih)
|
||||||
* libtool
|
* libtool
|
||||||
* libusb-1.0 + headers
|
* libusb-1.0 + headers
|
||||||
* pkg-config
|
* pkg-config
|
||||||
|
@ -29,8 +29,15 @@ Build has been tested on the following operating systems (x86-64 only):
|
||||||
| Platform | Install instructions |
|
| Platform | Install instructions |
|
||||||
| -------- | -------------------- |
|
| -------- | -------------------- |
|
||||||
| Ubuntu | `sudo apt-get install automake autoconf gettext autopoint libhidapi-dev libinih-dev libtool libusb-1.0-0-dev pkg-config python3` |
|
| Ubuntu | `sudo apt-get install automake autoconf gettext autopoint libhidapi-dev libinih-dev libtool libusb-1.0-0-dev pkg-config python3` |
|
||||||
| MacOS + Homebrew | `brew install automake autoconf gettext hidapi inih libtool libusb pkg-config python3` |
|
| MacOS + Homebrew | `brew install automake autoconf gettext hidapi libtool libusb meson pkg-config python3` |
|
||||||
| Arch Linux | `pacman -S base-devel libusb hidapi inih python` |
|
| Arch Linux | `pacman -S base-devel libusb hidapi libinih python` |
|
||||||
|
|
||||||
|
On MacOS, `inih` is not available as a Homebrew formula. You need to build and
|
||||||
|
install it manually using the following steps:
|
||||||
|
|
||||||
|
* Download and extract inih from Github
|
||||||
|
* From the inih source directory, run `meson build`, then run `meson install -C
|
||||||
|
build`.
|
||||||
|
|
||||||
## Optional Packages
|
## Optional Packages
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue