Difference between revisions of "Fs2 open on Linux/Acquiring the Code"

From FreeSpace Wiki
Jump to: navigation, search
m
(Bypass useless CVS script page)
Line 3: Line 3:
 
CurrentPage=Acquiring the Code|Acquiring the Code|
 
CurrentPage=Acquiring the Code|Acquiring the Code|
 
PrevPage=[[Fs2_open on Linux/Installing the Development Libraries|Installing the Development Libraries]]|
 
PrevPage=[[Fs2_open on Linux/Installing the Development Libraries|Installing the Development Libraries]]|
NextPage=[[Fs2_open on Linux/Checkout Script|Checkout Script]]}}
+
NextPage=[[Fs2 open on Linux/Pre-Compile Configuration|Pre-Compile Configuration]]}}
 
<p></p>
 
<p></p>
 
{{Note| This step is only for those who want the bleeding-edge source code to compile on their own. You can skip this if you intend to use a provided binary  
 
{{Note| This step is only for those who want the bleeding-edge source code to compile on their own. You can skip this if you intend to use a provided binary  

Revision as of 20:13, 20 May 2011

« Installing the Development Libraries The fs2_open on Linux Guide
Acquiring the Code
Pre-Compile Configuration »

Note: This step is only for those who want the bleeding-edge source code to compile on their own. You can skip this if you intend to use a provided binary executable.

Before you begin, make sure you have write permissions on your current working directory. $HOME/$USER is a pretty safe bet. I recommend that you create a permanent /$HOME/$USER/src directory from which you run the svn command, this way svn will only update the files changed the next time you download the source and it's always nice to have things organized. Make sure you have svn installed on your system. See the Installing Subversion chapter on installing Subversion.

Now get the source. Run from a terminal:

$ svn checkout svn://svn.icculus.org/fs2open/trunk/fs2_open

This will pull in in the source code from the 'HEAD' branch.