Skip to content

Commit

Permalink
Adding ixo-usb-jtag and removing sdcc from get-env-root.
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Oct 24, 2015
1 parent e196216 commit f118c5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 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 sdcc fxload
sudo apt-get install -y libreadline-dev libusb-1.0-0-dev python-yaml fxload

# Load custom udev rules
(
Expand All @@ -43,3 +43,4 @@ sudo apt-get install -y software-properties-common
sudo add-apt-repository -y ppa:timvideos/fpga-support
sudo apt-get update
sudo apt-get install -y vizzini-dkms
sudo apt-get install -y ixo-usb-jtag

0 comments on commit f118c5e

Please sign in to comment.