Difference between revisions of "SVN Source Instructions"
From Horde3D Wiki
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
*If you use Tortoise SVN, simply do a checkout with: | *If you use Tortoise SVN, simply do a checkout with: | ||
− | <nowiki> | + | <nowiki>svn://svn.code.sf.net/p/horde3d/code/trunk</nowiki> |
*If you are using command line svn: | *If you are using command line svn: | ||
− | <nowiki>svn co | + | <nowiki>svn co svn://svn.code.sf.net/p/horde3d/code/trunk horde3d</nowiki> |
+ | |||
+ | Check the [[Building_Horde3D|build instructions]] for your platform to compile the source. |
Latest revision as of 20:49, 26 November 2013
The latest Horde3D code and sample assets can be checked out from the official trunk hosted at SourceForge.
- If you use Tortoise SVN, simply do a checkout with:
svn://svn.code.sf.net/p/horde3d/code/trunk
- If you are using command line svn:
svn co svn://svn.code.sf.net/p/horde3d/code/trunk horde3d
Check the build instructions for your platform to compile the source.