From 13d262a4a0b3b681d42d4a9e92c8753d1a5d92bb Mon Sep 17 00:00:00 2001 From: Sergey Alirzaev Date: Fri, 14 Sep 2018 17:19:42 +0300 Subject: [PATCH] updated prerequisites in docs/INSTALL fixes #4 --- docs/INSTALL | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/INSTALL b/docs/INSTALL index 7f3e2eb..e245066 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -3,17 +3,17 @@ PREREQUISITES Libmpsse is currently supported on the Linux and OSX platforms. Libmpsse requires swig as well as the libftdi and python development packages. - These can typically be installed by your Linux distro's package manager, such as: + These can typically be installed by your Linux distro's package manager, for Debian: - # apt-get install swig libftdi-dev python-dev + # apt-get install swig libftdi-dev python-dev autoconf automake - For OSX, you will likely need to at least install libftdi from source. Note that - libftdi also requires the libusb-0.1 (not libusb-1.0) library. + For OSX, you will likely need to at least install libftdi from source. INSTALLATION With the required prerequisites installed, libmpsse can be built and installed: + $ autoreconf $ ./configure $ make # make install