add git clone info to README.md , for openscad and MCAD

felipesanches-svg
don bright 2012-07-22 22:16:52 -05:00
parent 2551905895
commit 354aa17fee
1 changed files with 14 additions and 0 deletions

View File

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