mirror of https://github.com/nirenjan/libx52.git
parent
86642e5b16
commit
46cba64e6b
11
README.md
11
README.md
|
@ -16,7 +16,12 @@ the individual folders for README information.
|
||||||
|
|
||||||
# Building
|
# Building
|
||||||
|
|
||||||
Build has been tested on Ubuntu 14.04 LTS on x86_64.
|
Build has been tested on the following platforms:
|
||||||
|
|
||||||
|
* Ubuntu 12.04 LTS on amd64
|
||||||
|
* Ubuntu 14.04 LTS on amd64
|
||||||
|
* Ubuntu 16.04 LTS on amd64
|
||||||
|
* OS X 10.11.6 El Capitan
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
|
@ -24,9 +29,13 @@ You will need the following packages:
|
||||||
|
|
||||||
* automake
|
* automake
|
||||||
* autoconf
|
* autoconf
|
||||||
|
* libtool
|
||||||
* libusb-1.0-0-dev (Package name may vary across distributions)
|
* libusb-1.0-0-dev (Package name may vary across distributions)
|
||||||
|
* pkg-config
|
||||||
* python (2.6 or greater)
|
* python (2.6 or greater)
|
||||||
|
|
||||||
|
If you are on OSX, you can install the above packages using Homebrew
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
1. Clone the repository
|
1. Clone the repository
|
||||||
|
|
Loading…
Reference in New Issue