Add eigen extlib to install command
This commit is contained in:
parent
dca5ce607d
commit
c66e6cbacc
2
.github/scripts/install-ubuntu.sh
vendored
2
.github/scripts/install-ubuntu.sh
vendored
@ -7,4 +7,4 @@ sudo apt-get install -q -y \
|
||||
libfontconfig1-dev libgtkmm-3.0-dev libpangomm-1.4-dev libgl-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
Block a user