diff options
author | Clifford Wolf <clifford@clifford.at> | 2016-10-02 15:19:01 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2016-10-02 15:19:01 +0200 |
commit | fbd7b6c169bb1313340a20574e1e6e00e706f59c (patch) | |
tree | 9c2aa20577357d854b20e421886632a9455f9b84 | |
parent | 9ab00ea131c4d3c064962b9d1789ee04325a46a4 (diff) | |
parent | 266e758a16dddc55c124b6e8bbf04a6ae57dd869 (diff) | |
download | icestorm-fbd7b6c169bb1313340a20574e1e6e00e706f59c.tar.gz icestorm-fbd7b6c169bb1313340a20574e1e6e00e706f59c.tar.bz2 icestorm-fbd7b6c169bb1313340a20574e1e6e00e706f59c.zip |
Merge branch 'master' of github.com:cliffordwolf/icestorm
-rw-r--r-- | docs/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index b461b75..5f2ea00 100644 --- a/docs/index.html +++ b/docs/index.html @@ -133,6 +133,16 @@ sudo apt-get install build-essential clang bison flex libreadline-dev \ </pre> <p> +On Fedora 24 the following command installs all prerequisites: +</p> + +<pre style="padding-left: 3em"> +sudo dnf install make automake gcc gcc-c++ kernel-devel clang bison \ + flex readline-devel gawk tcl-devel libffi-devel git mercurial \ + graphviz python-xdot pkgconfig python python3 libftdi-devel +</pre> + +<p> Installing the <a href="https://github.com/cliffordwolf/icestorm">IceStorm Tools</a> (icepack, icebox, iceprog, icetime, chip databases): </p> |