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