diff options
author | David Shah <dave@ds0.me> | 2019-04-02 14:53:52 +0100 |
---|---|---|
committer | David Shah <dave@ds0.me> | 2019-04-02 14:53:52 +0100 |
commit | 1c1e0c06bd6804cae4888ebb32172e33730fb633 (patch) | |
tree | 19926de3f856275299a8046196fd739ab67ff1aa | |
parent | fa1c932452e8efe1dfcc6ff095e3f7130a7906b1 (diff) | |
download | icestorm-1c1e0c06bd6804cae4888ebb32172e33730fb633.tar.gz icestorm-1c1e0c06bd6804cae4888ebb32172e33730fb633.tar.bz2 icestorm-1c1e0c06bd6804cae4888ebb32172e33730fb633.zip |
docs: Add new Eigen3 dependency
Signed-off-by: David Shah <dave@ds0.me>
-rw-r--r-- | docs/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html index 35fd2ec..3ca1721 100644 --- a/docs/index.html +++ b/docs/index.html @@ -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> |