Update README: add instructions for checking out libdxfrw on *nix.

pull/4/head
whitequark 2016-03-16 20:57:00 +00:00
parent e87e787d3f
commit 4376f178fc
1 changed files with 9 additions and 1 deletions

View File

@ -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