Merge pull request #197 from delvers/master

add boost dependencie for fedora
This commit is contained in:
Clifford Wolf 2018-12-31 15:51:00 +01:00 committed by GitHub
commit c0cbae88ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>