Main Page » Compiling in Linux v42


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

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