Add eigen extlib to install command

pull/1170/head
Koen Schmeets 2020-12-13 16:28:02 +01:00 committed by phkahler
parent dca5ce607d
commit c66e6cbacc
2 changed files with 4 additions and 4 deletions

View File

@ -5,6 +5,6 @@ sudo apt-get update -qq
sudo apt-get install -q -y \
zlib1g-dev libpng-dev libcairo2-dev libfreetype6-dev libjson-c-dev \
libfontconfig1-dev libgtkmm-3.0-dev libpangomm-1.4-dev libgl-dev \
libgl-dev libglu-dev libspnav-dev
libgl-dev libglu-dev libspnav-dev
git submodule update --init extlib/libdxfrw extlib/mimalloc
git submodule update --init extlib/libdxfrw extlib/mimalloc extlib/eigen

View File

@ -111,7 +111,7 @@ Before building, check out the project and the necessary submodules:
```sh
git clone https://github.com/solvespace/solvespace
cd solvespace
git submodule update --init extlib/libdxfrw extlib/mimalloc
git submodule update --init extlib/libdxfrw extlib/mimalloc extlib/eigen
```
After that, build SolveSpace as following:
@ -230,7 +230,7 @@ Before building, check out the project and the necessary submodules:
```sh
git clone https://github.com/solvespace/solvespace
cd solvespace
git submodule update --init extlib/libdxfrw extlib/mimalloc
git submodule update --init extlib/libdxfrw extlib/mimalloc extlib/eigen
```
After that, build SolveSpace as following: