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
- 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
- Run configure:
- cd <SRC_DIR>/scorched
- sh autogen.sh
Compile Scorched3D
- Compile:
- make -j2
Install Scorched3D
- Install:
- sudo make install