Main Page » Compiling in Linux v42


Revision as of 10:33, 4 March 2008
Gcamp (Talk | contribs)

← Previous diff
Current revision
Gcamp (Talk | contribs)
Install Development Libraries
Line 15: Line 15:
#:sudo yum install fftw3-devel #:sudo yum install fftw3-devel
#:sudo yum install SDL_net-devel #:sudo yum install SDL_net-devel
 +
 +Check the Scorched3D.spec file for the full list of depenancies:-
 +
 +http://scorched3d.svn.sourceforge.net/viewvc/scorched3d/trunk/scorched/Scorched3D.spec?view=markup
=== Configure Scorched3D === === Configure Scorched3D ===

Current revision

Contents

Compile Scorched3D on Linux

Install Compiler and Base Libraries

Download and install the c++ development tools for your Linux distribution (this is beyond the scope of this document). When installing Fedora core choose the development tools installation option.

Install Development Libraries

  1. Download the development dependencies (may be different for different platforms):
    sudo yum install openal-devel
    sudo yum install wxGTK-devel
    sudo yum install freealut-devel
    sudo yum install fftw3-devel
    sudo yum install SDL_net-devel

Check the Scorched3D.spec file for the full list of depenancies:-

http://scorched3d.svn.sourceforge.net/viewvc/scorched3d/trunk/scorched/Scorched3D.spec?view=markup

Configure Scorched3D

  1. Run configure:
    cd <SRC_DIR>/scorched
    sh autogen.sh

Compile Scorched3D

  1. Compile:
    make -j2

Install Scorched3D

  1. Install:
    sudo make install
Donate to Scorched3D Get it from CNET Download.com! 5 Stars