Difference between revisions of "Documentation/Nightly/Developers/Build Instructions/CheckoutSourceCode"
From Slicer Wiki
Line 8: | Line 8: | ||
<br> | <br> | ||
− | + | {{note}} Even if you use <code>svn</code> to check out Slicer source code, you will need to have <code>git</code> installed to checkout and build other libraries. '''YES''', you need to install the things listed in the [[Documentation/{{documentation/version}}/Developers/Build Instructions/Prerequisites|prerequisites]] !. | |
=== Checkout source code === | === Checkout source code === |
Revision as of 18:32, 9 January 2013
Home < Documentation < Nightly < Developers < Build Instructions < CheckoutSourceCodeCHECKOUT slicer source files
While it is not enforced, we strongly recommend you to AVOID the use of SPACES for both the source directory and the build directory . We mean it. |
Even if you use svn
to check out Slicer source code, you will need to have git
installed to checkout and build other libraries. YES, you need to install the things listed in the prerequisites !.
Checkout source code
git clone git://github.com/Slicer/Slicer.git
Setup git-svn bridge
cd Slicer git svn init http://svn.slicer.org/Slicer4/trunk git update-ref refs/remotes/git-svn refs/remotes/origin/master git checkout master git svn rebase
Consider reading the following page: Slicer guide to git-svn
Note: be sure to name your source directory 'Slicer' for compatibility with the build process.