Update README: add instructions for checking out libdxfrw on *nix.
parent
e87e787d3f
commit
4376f178fc
10
README.md
10
README.md
|
@ -32,6 +32,10 @@ On a Debian derivative (e.g. Ubuntu) these can be installed with:
|
|||
libfontconfig1-dev libgtkmm-2.4-dev libpangomm-1.4-dev \
|
||||
libgl-dev libglu-dev libglew-dev cmake
|
||||
|
||||
Before building, check out the necessary submodules:
|
||||
|
||||
git submodule update --init extlib/libdxfrw
|
||||
|
||||
After that, build SolveSpace as following:
|
||||
|
||||
mkdir cbuild
|
||||
|
@ -50,7 +54,7 @@ On a Debian derivative (e.g. Ubuntu) these can be installed with:
|
|||
|
||||
apt-get install cmake mingw-w64 wine-binfmt
|
||||
|
||||
Before building, check out the submodules:
|
||||
Before building, check out the necessary submodules:
|
||||
|
||||
git submodule update --init
|
||||
|
||||
|
@ -82,6 +86,10 @@ these can be installed with:
|
|||
|
||||
XCode has to be installed via AppStore; it requires a free Apple ID.
|
||||
|
||||
Before building, check out the necessary submodules:
|
||||
|
||||
git submodule update --init extlib/libdxfrw
|
||||
|
||||
After that, build SolveSpace as following:
|
||||
|
||||
mkdir cbuild
|
||||
|
|
Loading…
Reference in New Issue