nturley / synthia

an IDE that uses myHDL, yosys, and arachne-pnr to target the ICEStick
MIT License
12 stars 1 forks source link

Item for your ToDo list #2

Closed pcotret closed 8 years ago

pcotret commented 8 years ago

I just got a new laptop with Lubuntu 15.10. Here is my script to install your tool with all dependencies:

On a fresh Lubuntu 15.10.

apt-get some packages :)

sudo apt-get install git python-pip clang libftdi-dev gawk tcl-dev libreadline-dev bison flex mercurial gir1.2-gtksource-3.0

install icestorm

cd $HOME git clone https://github.com/cliffordwolf/icestorm.git icestorm cd icestorm && make && sudo make install

arachne-pnr

cd $HOME git clone https://github.com/cseed/arachne-pnr.git arachne-pnr cd arachne-pnr && make && sudo make install

install yosys

cd $HOME git clone https://github.com/cliffordwolf/yosys.git yosys cd yosys && make && sudo make install

Hope this helps ;)

nturley commented 8 years ago

Thanks. I dropped your instructions into the readme.