aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-09-13 12:38:13 +0200
committerClifford Wolf <clifford@clifford.at>2016-09-13 12:38:36 +0200
commit266e758a16dddc55c124b6e8bbf04a6ae57dd869 (patch)
treec01a4a76baaab845dc062f1b144d1e69db169659 /docs
parent0b4b03863247302dc345bfe9da99b696229af026 (diff)
downloadicestorm-266e758a16dddc55c124b6e8bbf04a6ae57dd869.tar.gz
icestorm-266e758a16dddc55c124b6e8bbf04a6ae57dd869.tar.bz2
icestorm-266e758a16dddc55c124b6e8bbf04a6ae57dd869.zip
Added prerequisites install command for Fedora 24
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html10
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>