Add eigen extlib to install command
parent
dca5ce607d
commit
c66e6cbacc
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue