summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2012-07-23 03:16:52 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2012-07-23 03:16:52 (GMT)
commit354aa17feeec0e3a311d804534812050520186bd (patch)
treed76d886052dfc75a948766dc46fc501ba73dd1e5
parent255190589527a6dbe4a6ef26f39abb126d348649 (diff)
add git clone info to README.md , for openscad and MCAD
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9da6386..6dfd821 100644
--- a/README.md
+++ b/README.md
@@ -97,6 +97,20 @@ Follow the instructions for the platform you're compiling on below.
* [Bison (2.4)](http://www.gnu.org/software/bison/)
* [Flex (2.5.35)](http://flex.sourceforge.net/)
+### Getting the source code
+
+Install git (http://git-scm.com/) onto your system. Then run a clone:
+
+ git clone git://github.com/openscad/openscad.git
+
+This will download the latest sources into a directory named 'openscad'.
+
+To pull the MCAD library (http://reprap.org/wiki/MCAD), do the following:
+
+ cd openscad
+ git submodule init
+ git submodule update
+
### Building for Mac OS X
First, make sure that you have XCode installed to get GCC. Then after
contact: Jan Huwald // Impressum