Difference between revisions of "Getting the FreeSpace2: SCP Source Code"
From FreeSpace Wiki
(Jeansson required in trunk due to presence of Webui standalone) |
m (Reflect source code hosting via Git) |
||
Line 1: | Line 1: | ||
− | + | {{Note| In April 2015, the SCP team transitioned the source code repository from SVN-based to GitHub-based (Git).}} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | ==Windows== | ||
− | + | {{Warning| The Windows section has yet to be update for the transition to GitHub.}} | |
''Ported from karajorma's [http://www.hard-light.net/forums/index.php/topic,52845.0.html thread] on the [http://www.hard-light.net/forums/index.php HLP Forums].'' | ''Ported from karajorma's [http://www.hard-light.net/forums/index.php/topic,52845.0.html thread] on the [http://www.hard-light.net/forums/index.php HLP Forums].'' | ||
Line 32: | Line 27: | ||
== Unixes == | == Unixes == | ||
− | + | Please see the [[Guide_to_FS_Open_on_Linux|Linux Development Guide]]. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category:Source Code Project]] | [[Category:Source Code Project]] |
Revision as of 04:48, 3 May 2015
Note: In April 2015, the SCP team transitioned the source code repository from SVN-based to GitHub-based (Git).
Windows
Warning: The Windows section has yet to be update for the transition to GitHub.
Ported from karajorma's thread on the HLP Forums.
Here's how you set things up:
- Go to the Tortoise SVN homepage and download the latest version.
- Install it. You'll probably have to restart your PC afterwards.
- Make a new folder on your HD where you'd like to install the code. You'll need a fair bit of space for the code + the intermediate files when building it. Press right mouse and choose SVN Checkout from the list.
- An new window will open up. Cut and paste this into the URL of repository box:
svn://svn.icculus.org/fs2open/trunk/fs2_open - By default the HEAD revision will be selected. You probably don't want to change this. Your screen should now look like this:
- Press OK to begin downloading from the repository.
It's pretty easy. It shouldn't take you more than a minute or two to do once you've installed Tortoise.
Mac
Please see the Mac Development Guide.
Unixes
Please see the Linux Development Guide.