Skip to content

Commit

Permalink
Adding libftdi as dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Oct 26, 2015
1 parent f118c5e commit dc192ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -10,13 +10,14 @@ sudo: false
addons:
apt:
packages:
- realpath
- build-essential
- fxload
- gnupg
- libftdi-dev
- libreadline-dev
- libusb-1.0-0-dev
- python-yaml
- fxload
- realpath

env:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion scripts/get-env-root.sh
Expand Up @@ -30,7 +30,7 @@ apt-get install -y iverilog gtkwave
# Nothing needed

# libfpgalink
sudo apt-get install -y libreadline-dev libusb-1.0-0-dev python-yaml fxload
sudo apt-get install -y libreadline-dev libusb-1.0-0-dev libftdi-dev python-yaml fxload

# Load custom udev rules
(
Expand Down

0 comments on commit dc192ff

Please sign in to comment.