This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
sdl-wii/ProjectHome.md
2015-06-19 19:59:11 -04:00

1.5 KiB

A central repository for SDL on Wii.

You can download the latest compiled SDL libraries, or compile the latest source yourself. If you are a developer and wish to contribute code back to the SDL port, please post on the Issues page or contact me directly to be added to the project.

If you use SDL in your project, please link back to this SVN (eg: on your own SVN repository), so that anyone interested in compiling your source or working on a different SDL project can find it.

Usage:

  1. Ensure that you have devkitPPC r24 and libogc 1.8.7 or higher installed. If you have an older version, completely uninstall it first.
  2. Download and copy the PPC ported libraries to your portlibs folder (on Windows this is c:\devkitPro\portlibs\ppc)
  3. Copy all of the SDL files to the libogc folder (on Windows by default this is c:\devkitPro\libogc).

Compiling:

  1. Ensure that you have devkitPPC r24 and libogc 1.8.7 or higher installed.
  2. Download and copy the PPC ported libraries to your PPC portlibs folder (on Windows this is c:\devkitPro\portlibs\ppc)
  3. Download the latest source from SVN.
  4. Compile and install SDL by running 'make install'.