| Revision as of 19:19, 27 March 2008 Deathstryker (Talk | contribs) Download Source Code - added info on switching branches/trunks ← Previous diff |
Revision as of 19:25, 27 March 2008 Deathstryker (Talk | contribs) Switching between Trunk/Branches in TortoiseSVN Next diff → |
||
| Line 32: | Line 32: | ||
| To get the latest, leave the revision set to "HEAD" and then click the OK button. | To get the latest, leave the revision set to "HEAD" and then click the OK button. | ||
| - | EX: Replace the trunk (<b><nowiki>https://scorched3d.svn.sourceforge.net/svnroot/scorched3d/trunk</nowiki></b>) with <b><nowiki>https://scorched3d.svn.sourceforge.net/svnroot/scorched3d/branches/heightmap</nowiki></b> to replace the trunk with the new heightmap work-in-progress. | + | E.G.: Replace the trunk (<b><nowiki>https://scorched3d.svn.sourceforge.net/svnroot/scorched3d/trunk</nowiki></b>) with <b><nowiki>https://scorched3d.svn.sourceforge.net/svnroot/scorched3d/branches/heightmap</nowiki></b> to replace the trunk with the new heightmap work-in-progress. |
| ''Note: Scorched3D switched to SVN for version 42, for earlier versions use [http://sourceforge.net/cvs/?group_id=85144 CVS]''. | ''Note: Scorched3D switched to SVN for version 42, for earlier versions use [http://sourceforge.net/cvs/?group_id=85144 CVS]''. | ||
Contents |
Scorched3D is released under the GPL license. That means you can get the whole sourcecode and build the program yourself.
The sourcecode is hosted on sourceforge.net and is available either as source packages or via subversion (SVN).
The source packages are stable and are created each time a new version of Scorched is released.
Source packages are available from sourceforge via this link. Download the file that represents the version of Scorched you wish to compile:
The SVN repository contains the latest development changes and may not be as stable as the source packages, it is only recommended for developers. For documentation on how to use SVN see here. For windows we recommend you use the TortoiseSVN client (download here).
The sourcecode can be obtained via SVN using the following command:
svn co https://scorched3d.svn.sourceforge.net/svnroot/scorched3d/trunk scorched3d
or TortoiseSVN users can use the link below (redirect due to wiki not supporting links):
tsvn:https://scorched3d.svn.sourceforge.net/svnroot/scorched3d/trunk
For full details on the sourceforge SVN repository see here for details.
Right click on the "scorched" SVN folder and select TortoiseSVN -> Switch...
In the "To URL:" box replace https://scorched3d.svn.sourceforge.net/svnroot/scorched3d/XXXXXX with the desired branch/trunk directory.
To get the latest, leave the revision set to "HEAD" and then click the OK button.
E.G.: Replace the trunk (https://scorched3d.svn.sourceforge.net/svnroot/scorched3d/trunk) with https://scorched3d.svn.sourceforge.net/svnroot/scorched3d/branches/heightmap to replace the trunk with the new heightmap work-in-progress.
Note: Scorched3D switched to SVN for version 42, for earlier versions use CVS.