diff options
| author | Marius Kintel <marius@kintel.net> | 2012-07-24 02:39:19 (GMT) | 
|---|---|---|
| committer | Marius Kintel <marius@kintel.net> | 2012-07-24 02:39:19 (GMT) | 
| commit | 9562565a87c6b4e6a3c019d9ddea7eea2e4f6c5b (patch) | |
| tree | 9a7f36b38a203145720c76b9ddb888a7bc1bbc62 | |
| parent | 23ad640f7a25de9b38a4863d78b7579b3b233e2c (diff) | |
| parent | 54c7cb2422ee59fa456b1d152f2461afea8dfacf (diff) | |
Merge pull request #156 from openscad/git_readme_update
Git readme update
| -rw-r--r-- | README.md | 14 | 
1 files changed, 14 insertions, 0 deletions
| @@ -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 | 
