Difference between revisions of "SVN Source Instructions"

From Horde3D Wiki
Jump to: navigation, search
(darft, no style.)
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
If you use Tourtoise SVN simply do a checkout with:
+
The latest Horde3D code and sample assets can be checked out from the official trunk hosted at SourceForge.
  
https://horde3d.svn.sourceforge.net/svnroot/horde3d
+
*If you use Tortoise SVN, simply do a checkout with:
 +
    <nowiki>svn://svn.code.sf.net/p/horde3d/code/trunk</nowiki>
  
if you are using commandline svn:
+
*If you are using command line svn:
 +
    <nowiki>svn co svn://svn.code.sf.net/p/horde3d/code/trunk horde3d</nowiki>
  
svn co https://horde3d.svn.sourceforge.net/svnroot/horde3d horde3d
+
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.