mirror of https://github.com/YosysHQ/icestorm.git
Added prerequisites install command for Fedora 24
This commit is contained in:
parent
0b4b038632
commit
266e758a16
|
|
@ -132,6 +132,16 @@ sudo apt-get install build-essential clang bison flex libreadline-dev \
|
|||
xdot pkg-config python python3 libftdi-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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue