mirror of https://github.com/YosysHQ/icestorm.git
Merge pull request #197 from delvers/master
add boost dependencie for fedora
This commit is contained in:
commit
c0cbae88ab
|
|
@ -154,7 +154,7 @@ On Fedora 24 the following command installs all prerequisites:
|
|||
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 \
|
||||
qt5-devel python3-devel boost-devel
|
||||
qt5-devel python3-devel boost-devel boost-python3-devel
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue