From 4376f178fc5b31440160c0b10c7bf8116d6e49d9 Mon Sep 17 00:00:00 2001 From: whitequark Date: Wed, 16 Mar 2016 20:57:00 +0000 Subject: [PATCH] Update README: add instructions for checking out libdxfrw on *nix. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 592bcc2..2a9cd6d 100644 --- a/README.md +++ b/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