Skip to content

sfarbotka/libmpsse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is clone of libmpsse with some updates and fixes.

Build on linux

  1. Install libftdi, swig
  2. From src directory run autoconf && ./configure && make

Build on OSX

  1. Install MacPorts
  2. Install Xcode command line tools
  3. run sudo port install libftdi swig-python
  4. From src directory run autoconf && ./configure && make

Build on Windows

  1. Install MinGW with msys shell
  2. In msys shell run mingw-get install mingw32-automake mingw32-autotools mingw32-autoconf
  3. Install pkg-config-lite (unzip archive to MinGW root directory)
  4. Unpack extras/libftdi1-1.0_mingw32_17Feb2013.zip to MinGW root directory
  5. Install Python2.7 to default directory (C:\Python27) (if you need to build python libmpsse module)
  6. Install SWIG (if you need to build python libmpsse module)
  7. From src directory run (using msys shell) autoconf && ./configure && make. You can specify "--disable-python" argument to ./configure script to disable building python module

For more details see original project wiki

About

Open source library for SPI/I2C control via FTDI chips.

Resources

Stars

Watchers

Forks

Packages

No packages published