README 713 B

1234567891011121314151617181920212223242526272829
  1. BUILDING MEGAZEUX FOR WII
  2. As of 2.82b, MegaZeux can be built for the Wii. You will need the devkitPPC
  3. toolchain, libogc and libfat-ogc. You will also need the following in this
  4. directory:
  5. - libogg (audio only)
  6. - libvorbis (audio only)
  7. Make sure DEVKITPRO and DEVKITPPC are both defined and valid, and use
  8. config.sh to configure. You can get the default configuration by running:
  9. arch/wii/CONFIG.WII
  10. SDLWii builds can be enabled by providing the following flag to this script:
  11. --enable-sdl
  12. Then build with the command:
  13. make package
  14. This will create a "boot.dol" file which you should know how to launch.
  15. PACKAGING
  16. Use "make archive" to build a build/dist/wii/mzxgit-wii.zip file for
  17. distribution.