24
edits
(Documented the new ./configure support.) |
(oups ;)) |
||
Line 151: | Line 151: | ||
= Compiling = | = Compiling = | ||
== | == trunk == | ||
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. | == 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: |
edits