README: update submodule instructions.
This commit is contained in:
parent
ce0b130d6c
commit
945a28277f
@ -69,7 +69,7 @@ Before building, check out the project and the necessary submodules:
|
|||||||
|
|
||||||
git clone https://github.com/solvespace/solvespace
|
git clone https://github.com/solvespace/solvespace
|
||||||
cd solvespace
|
cd solvespace
|
||||||
git submodule update --init extlib/libdxfrw
|
git submodule update --init extlib/libdxfrw extlib/flatbuffers extlib/q3d
|
||||||
|
|
||||||
After that, build SolveSpace as following:
|
After that, build SolveSpace as following:
|
||||||
|
|
||||||
@ -94,7 +94,7 @@ Before building, check out the project and the necessary submodules:
|
|||||||
|
|
||||||
git clone https://github.com/solvespace/solvespace
|
git clone https://github.com/solvespace/solvespace
|
||||||
cd solvespace
|
cd solvespace
|
||||||
git submodule update
|
git submodule update --init
|
||||||
|
|
||||||
After that, build 32-bit SolveSpace as following:
|
After that, build 32-bit SolveSpace as following:
|
||||||
|
|
||||||
@ -169,7 +169,7 @@ Before building, check out the project and the necessary submodules:
|
|||||||
|
|
||||||
git clone https://github.com/solvespace/solvespace
|
git clone https://github.com/solvespace/solvespace
|
||||||
cd solvespace
|
cd solvespace
|
||||||
git submodule update --init extlib/libdxfrw
|
git submodule update --init extlib/libdxfrw extlib/flatbuffers extlib/q3do
|
||||||
|
|
||||||
After that, build SolveSpace as following:
|
After that, build SolveSpace as following:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user