the_source
Differences
This shows you the differences between two versions of the page.
the_source [2014/08/31 09:51] – external edit 127.0.0.1 | the_source [2024/12/20 00:26] (current) – SVN instructions are no longer valid, project has moved to Git; page removed leaf | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Source Download Guide ====== | ||
- | This document outlines how to download the game source. | ||
- | |||
- | The source is available in 3 forms: | ||
- | * Trunk - This is the latest current development build | ||
- | * Tag - e.g. 1.60, 1.71 etc - The latest stable build | ||
- | * Branch - Split builds | ||
- | |||
- | ===== *Nix Source Download Guide ===== | ||
- | To get svn: | ||
- | sudo apt-get install subversion | ||
- | |||
- | To check out the latest source use the following commands | ||
- | |||
- | === Trunk === | ||
- | |||
- | $ svn co https:// | ||
- | $ svn co https:// | ||
- | $ svn co https:// | ||
- | |||
- | === Tag === | ||
- | |||
- | Here's how you download Tag and is using the 1.71.0 release as an example | ||
- | |||
- | $ svn co https:// | ||
- | $ svn co https:// | ||
- | $ svn co https:// | ||
- | |||
- | ===== Windows Source Download Guide ===== | ||
- | |||
- | === Tortoisesvn === | ||
- | To access the latest version of crossfire from sourceforge, | ||
- | |||
- | The interface is built into the windows environment, | ||
- | |||
- | {{images: | ||
- | |||
- | Select " | ||
- | |||
- | {{images: | ||
- | |||
- | After a short time you should now see a window with the current directory structure of crossfire. | ||
- | |||
- | {{images: | ||
- | |||
- | You can now start checking out directories you are interested in. Note: that the branches (trunk, stable etc) are within these directories so do not check-out from the root directory unless you want to download _everything_. | ||
- | To checkout a directory simply right click and select checkout: | ||
- | |||
- | {{images: | ||
- | |||
- | and then choose where to save the downloaded files: | ||
- | |||
- | {{images: | ||
the_source.1409496709.txt.gz · Last modified: (external edit)