Skip to content

Commit

Permalink
updated prerequisites in docs/INSTALL
Browse files Browse the repository at this point in the history
  • Loading branch information
l29ah committed Sep 14, 2018
1 parent f5c40f2 commit 13d262a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13d262a

Please sign in to comment.