aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-07-29 16:20:42 +0200
committerClifford Wolf <clifford@clifford.at>2015-07-29 16:20:42 +0200
commitdaa51615301dfece43ec2fd8571e7c8c8ef32060 (patch)
tree6c9ab0fe4429b85e9cd202b85f36e63bd272aa90 /docs
parent2a91d8f9f2efb87c60ee1f1f24a5757c47908323 (diff)
downloadicestorm-daa51615301dfece43ec2fd8571e7c8c8ef32060.tar.gz
icestorm-daa51615301dfece43ec2fd8571e7c8c8ef32060.tar.bz2
icestorm-daa51615301dfece43ec2fd8571e7c8c8ef32060.zip
Added prerequisites to index.html
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index 286ab69..6cf5090 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -34,7 +34,7 @@ for all kinds of projects.
<h2>What is the Status of the Project?</h2>
<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.
</p>
@@ -56,6 +56,16 @@ iceprog rot.bin</pre>
<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>
Installing the <a href="https://github.com/cliffordwolf/icestorm">IceStorm Tools</a> (icepack, icebox, iceprog):
</p>