Guide to FS Open and git

From FreeSpace Wiki
Revision as of 04:47, 24 February 2014 by Niffiwan (talk | contribs) (1st part - more to come)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Getting the source: Git on Windows

(based on Getting_the_FreeSpace2:_SCP_Source_Code)

Note: the guide assumes that you will be developing using a github fork (which is recommended for everyone, and is the only option for non-SCP members)

(piccy)

  • Record the URL for your newly forked copy of the FSO repository

(piccy)

  • Download and install Git For Windows
  • Download and install TortoiseGit (you probably need to reboot after installing)
  • Make a new folder on your HDD 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 Git Clone from the list.

(piccy)

  • A new window will open up. Cut and paste the URL of *your* forked repository into the URL of repository box

(piccy)

  • Press OK to begin downloading from the repository (this may take a few minutes, depending on the speed of your internet connection)