Difference between revisions of "Compiling ScummVM/GCC"

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


== Tools/libraries needed ==
== Tools/libraries needed ==
* GCC
===Mandatory (these should also install dependencies)===
* gcc-c++ (under Fedora Core, run "yum install gcc-c++" as root to install the GNU C++ compiler)
* SDL-devel (under Fedora Core, run "yum install SDL-devel" as root to install it)


todo
===Optional===
* TODO


== Building the libraries ==
== Building the libraries ==

Revision as of 00:19, 17 March 2006

Compiling ScummVM with GCC under Linux

Tools/libraries needed

Mandatory (these should also install dependencies)

  • gcc-c++ (under Fedora Core, run "yum install gcc-c++" as root to install the GNU C++ compiler)
  • SDL-devel (under Fedora Core, run "yum install SDL-devel" as root to install it)

Optional

  • 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)