Added prerequisites to index.html

This commit is contained in:
Clifford Wolf 2015-07-29 16:20:42 +02:00
parent 2a91d8f9f2
commit daa5161530
1 changed files with 11 additions and 1 deletions

View File

@ -34,7 +34,7 @@ for all kinds of projects.
<h2>What is the Status of the Project?</h2> <h2>What is the Status of the Project?</h2>
<p> <p>
We have enough bits mapped that we can create a functional Verilog model for almost all We have enough bits mapped that we can create a functional Verilog model for almost all
bitstreams generated by Lattice iCEcube2 for the iCE40 HX1K-TQ144 and the iCE40 HX8K-CT256. bitstreams generated by Lattice iCEcube2 for the iCE40 HX1K-TQ144 and the iCE40 HX8K-CT256.
</p> </p>
@ -55,6 +55,16 @@ iceprog rot.bin</pre>
<h2>Where are the Tools? How to install?</h2> <h2>Where are the Tools? How to install?</h2>
<p>
Installing prerequisites (this command is for Ubuntu 14.04):
</p>
<pre style="padding-left: 3em">
sudo apt-get install build-essential clang bison flex libreadline-dev \
gawk tcl-dev libffi-dev git mercurial graphviz \
xdot pkg-config python libftdi-dev
</pre>
<p> <p>
Installing the <a href="https://github.com/cliffordwolf/icestorm">IceStorm Tools</a> (icepack, icebox, iceprog): Installing the <a href="https://github.com/cliffordwolf/icestorm">IceStorm Tools</a> (icepack, icebox, iceprog):
</p> </p>