Difference between revisions of "Fs2 open on Linux/Compiling"

From FreeSpace Wiki
Jump to: navigation, search
m (Fix Title)
m (Cosmetics)
Line 4: Line 4:
 
PrevPage=[[Fs2_open on Linux/Optimization|Optimization]]|
 
PrevPage=[[Fs2_open on Linux/Optimization|Optimization]]|
 
NextPage=[[Fs2_open on Linux/Compile Script|Compile Script]]}}
 
NextPage=[[Fs2_open on Linux/Compile Script|Compile Script]]}}
 
+
<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 executable.}}
 
{{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.}}
 
Run from within your fs2_open directory:
 
Run from within your fs2_open directory:

Revision as of 23:11, 3 September 2007

« Optimization The fs2_open on Linux Guide
Compiling
Compile Script »

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.

Run from within your fs2_open directory:

$ make

Sit back and enjoy gcc work its magic.
You will find the binary executable in code/ as either fs2_open_r if you built a release build or fs2_open_d if you built a debug build.