Add eigen extlib to install command
This commit is contained in:
parent
dca5ce607d
commit
c66e6cbacc
4
.github/scripts/install-ubuntu.sh
vendored
4
.github/scripts/install-ubuntu.sh
vendored
@ -5,6 +5,6 @@ sudo apt-get update -qq
|
|||||||
sudo apt-get install -q -y \
|
sudo apt-get install -q -y \
|
||||||
zlib1g-dev libpng-dev libcairo2-dev libfreetype6-dev libjson-c-dev \
|
zlib1g-dev libpng-dev libcairo2-dev libfreetype6-dev libjson-c-dev \
|
||||||
libfontconfig1-dev libgtkmm-3.0-dev libpangomm-1.4-dev libgl-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
|
```sh
|
||||||
git clone https://github.com/solvespace/solvespace
|
git clone https://github.com/solvespace/solvespace
|
||||||
cd 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:
|
After that, build SolveSpace as following:
|
||||||
@ -230,7 +230,7 @@ Before building, check out the project and the necessary submodules:
|
|||||||
```sh
|
```sh
|
||||||
git clone https://github.com/solvespace/solvespace
|
git clone https://github.com/solvespace/solvespace
|
||||||
cd 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:
|
After that, build SolveSpace as following:
|
||||||
|
Loading…
Reference in New Issue
Block a user