Difference between revisions of "Compiling ScummVM/GCC"

From ScummVM :: Wiki
Jump to navigation Jump to search
(initial page, much more needed)
(No difference)

Revision as of 14:06, 16 March 2006

Compiling ScummVM with GCC under Linux

Tools/libraries needed

  • GCC

todo

Building the libraries

todo


Configuring ScummVM

run the ./configure script

Compiling ScummVM

run make

Installing ScummVM

either run ./scummvm from the current directory or run make install to install ScummVM (you can then run it using "scummvm" from any directory)