| Revision as of 14:39, 6 March 2008 Gcamp (Talk | contribs) Subversion (SVN) ← Previous diff |
Revision as of 15:31, 19 March 2008 Deathstryker (Talk | contribs) Subversion (SVN) - couple of typos Next diff → |
||
| Line 16: | Line 16: | ||
| === 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. For documentation on how to use SVN [http://svnbook.red-bean.com/en/1.4/index.html see here]. Fow windows we recommend you use the TortoisSVN client ([http://tortoisesvn.net/downloads download here]). | + | 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 be obtained via SVN using the following command: | The sourcecode can be obtained via SVN using the following command: | ||
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.
Note: Scorched3D switched to SVN for version 42, for earlier versions use CVS.