Open main menu

Difference between revisions of "Compiling ScummVM/Wii"

25 bytes removed ,  18:18, 20 March 2009
oups ;)
(Documented the new ./configure support.)
(oups ;))
Line 151: Line 151:
= Compiling =
= Compiling =


== v0.13.0 and above ==
== trunk ==


Starting with v0.13.0, the Wii and Gamecube port can be compiled with the <tt>configure</tt> script. The most basic way to accomplish this is to run:
The Wii and Gamecube port can be compiled with the <tt>configure</tt> script. The most basic way to accomplish this is to run:


  ./configure --host=wii
  ./configure --host=wii
Line 188: Line 188:
* <tt>make wiidebug</tt> - starts GDB with your binary and attaches remotely to the Wii via a USBGecko device.
* <tt>make wiidebug</tt> - starts GDB with your binary and attaches remotely to the Wii via a USBGecko device.


== v0.12.0 ==
== v0.13.x and below ==


This port doesn't utilize ScummVM's <tt>configure</tt> system for v0.12.0, instead it comes with a simple Makefile. The port code can be found in two directories:
This port doesn't utilize ScummVM's <tt>configure</tt> system for v0.12.0, instead it comes with a simple Makefile. The port code can be found in two directories:
24

edits