From: <pa...@us...> - 2009-01-11 14:35:49
|
Revision: 3947 http://fuse-emulator.svn.sourceforge.net/fuse-emulator/?rev=3947&view=rev Author: pak21 Date: 2009-01-11 14:35:45 +0000 (Sun, 11 Jan 2009) Log Message: ----------- Merge Wii port information across. Modified Paths: -------------- trunk/libspectrum/AUTHORS trunk/libspectrum/README Property Changed: ---------------- trunk/libspectrum/ Property changes on: trunk/libspectrum ___________________________________________________________________ Modified: svn:mergeinfo - /branches/libspectrum_0_5_0-branch:3809-3879 + /branches/libspectrum_0_5_0-branch:3809-3879 /branches/wii-20080828/libspectrum:3757-3946 Modified: trunk/libspectrum/AUTHORS =================================================================== --- trunk/libspectrum/AUTHORS 2009-01-10 21:09:25 UTC (rev 3946) +++ trunk/libspectrum/AUTHORS 2009-01-11 14:35:45 UTC (rev 3947) @@ -2,6 +2,8 @@ * Stuart Brady: Scorpion ZS 256 support. +* Bjoern Giesler: Wii port + * Garry Lancaster: IDE hard disk image support. * Fredrick Meunier: Spectrum SE support and more. Modified: trunk/libspectrum/README =================================================================== --- trunk/libspectrum/README 2009-01-10 21:09:25 UTC (rev 3946) +++ trunk/libspectrum/README 2009-01-11 14:35:45 UTC (rev 3947) @@ -51,6 +51,21 @@ of the released tarballs, you'll need to run `autogen.sh' before running 'configure' for the first time. +Compiling for the Wii +--------------------- + +To compile for the Wii, first make sure the dev tools are in your path +(export PATH=$PATH:$DEVKITPPC/bin). Then, use this configure line: + +./configure --target=powerpc-gekko --host=powerpc-gekko \ + --prefix=$DEVKITPPC \ + --without-gcrypt --without-glib --without-libaudiofile + +That is assuming you don't have gcrypt, glib and libaudiofile for the +Wii. At the time of writing, those haven't been ported yet. + +Then, type "make" and if everything went well, "make install". + Philip Kendall <phi...@sh...> 3 December 2008 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |