| Revision as of 12:30, 4 March 2008 Gcamp (Talk | contribs) ← Previous diff |
Current revision Gcamp (Talk | contribs) |
||
| Line 4: | Line 4: | ||
| The sourcecode is hosted on sourceforge.net and is available either as source packages or via subversion (SVN). | The sourcecode is hosted on sourceforge.net and is available either as source packages or via subversion (SVN). | ||
| + | |||
| + | ''Note: Scorched3D switched to SVN for version 42, for earlier versions use [http://sourceforge.net/cvs/?group_id=85144 CVS]''. | ||
| === Source Packages (Recommended) === | === Source Packages (Recommended) === | ||
| Line 16: | Line 18: | ||
| === Subversion (SVN) === | === Subversion (SVN) === | ||
| - | The SVN repository contains the latest development changes and may not be as stable as the source packages, it is only recommended for developers. | + | 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 [http://svnbook.red-bean.com/en/1.4/index.html see here]. For windows we recommend you use the TortoiseSVN client ([http://tortoisesvn.net/downloads download here]). |
| - | The sourcecode can also be obtained via SVN using the following command: | + | The sourcecode can be obtained via SVN using the following command: |
| svn co https://scorched3d.svn.sourceforge.net/svnroot/scorched3d/trunk scorched3d | svn co https://scorched3d.svn.sourceforge.net/svnroot/scorched3d/trunk scorched3d | ||
| - | or [http://tortoisesvn.net/downloads TortoiseSVN] users can click on the tortoise icon below: | + | or [http://tortoisesvn.net/downloads TortoiseSVN] users can use the link below (redirect due to wiki not supporting links): |
| + | [http://www.scorched3d.co.uk/svn-access.php tsvn:https://scorched3d.svn.sourceforge.net/svnroot/scorched3d/trunk] | ||
| + | For full details on the sourceforge SVN repository [http://sourceforge.net/svn/?group_id=85144 see here] for details. | ||
| + | === Switching between Trunk/Branches in TortoiseSVN === | ||
| - | For details on the sourceforge SVN repository [http://sourceforge.net/svn/?group_id=85144 see here] for details. | + | Using the Switch command in SVN allows you to change between branches/trunk without having to redownload every file. Only files changed will be downloaded. |
| - | ''Note: Scorched3D switched to SVN for version 42, for earlier versions use [http://sourceforge.net/cvs/?group_id=85144 CVS]''. | + | Right click on the "scorched" SVN folder and select TortoiseSVN -> Switch... |
| + | |||
| + | In the "To URL:" box replace <b><nowiki>https://scorched3d.svn.sourceforge.net/svnroot/scorched3d/XXXXXX</nowiki></b> 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 (<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. Under unix this would be : svn switch https://scorched3d.svn.sourceforge.net/svnroot/scorched3d/branches/heightmap /opt/src/scorched3d/scorched | ||
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).
Note: Scorched3D switched to SVN for version 42, for earlier versions use CVS.
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.
Using the Switch command in SVN allows you to change between branches/trunk without having to redownload every file. Only files changed will be downloaded.
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. Under unix this would be : svn switch https://scorched3d.svn.sourceforge.net/svnroot/scorched3d/branches/heightmap /opt/src/scorched3d/scorched