mirror of https://github.com/YosysHQ/icestorm.git
docs: Add new Eigen3 dependency
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
parent
fa1c932452
commit
1c1e0c06bd
|
|
@ -143,7 +143,7 @@ Installing prerequisites (this command is for Ubuntu 14.04):
|
|||
sudo apt-get install build-essential clang bison flex libreadline-dev \
|
||||
gawk tcl-dev libffi-dev git mercurial graphviz \
|
||||
xdot pkg-config python python3 libftdi-dev \
|
||||
qt5-default python3-dev libboost-all-dev cmake
|
||||
qt5-default python3-dev libboost-all-dev cmake libeigen3-dev
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
|
|
@ -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 boost-python3-devel
|
||||
qt5-devel python3-devel boost-devel boost-python3-devel eigen3-devel
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue