Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update reqs for libusb-1.0 and libftdi1.0 #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 96boardsctl/README
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ it is enumerated. Copy the file udev-rules/71-ftdi_sio.rules into
TODO:
- Let CBUS pins be manipulated without disconnecting the kernel driver

Prerequisites: cmake libftdi-0.20 and libusb-0.1
Prerequisites: cmake >=libftdi-1.0 and >=libusb-1.0

There are much newer versions of libftdi and libusb, but v0.20 and v0.1
are the versions packaged in Ubuntu. This program /should/ build against
Expand All @@ -27,7 +27,7 @@ eeprom support and would let me reconnect the kernel driver
automatically, but that causes pain because v1.2 isn't packaged yet).

Building:
$ apt-get install libftdi-dev libusb-dev cmake
$ apt-get install libftdi1-dev libusb-dev cmake
$ cmake .
$ make
$ make install