Line 15:
Line 15:
== Usage ==
== Usage ==
−
* Copy all of the header files $DEVKITPRO/libogc/include/SDL/
+
* Grab the latest libogc and libfat from the [https://sourceforge.net/scm/?type=svn&group_id=114505 devkitPro SVN]. You will need an SVN client to do so. To compile libogc: run 'make' and then 'make install'. To compile libfat: run 'make ogc-release' and then 'make ogc-install'.
−
* Copy all of the *.a files to $DEVKITPRO/libogc/lib/wii/
+
* Copy all of the [http://code.google.com/p/sdl-wii/downloads/list SDL files] (dependencies and SDL port) to the libogc folder (on Windows by default this is c:\devkitPro\libogc).
+
Remember to link the libraries in the right order:
Remember to link the libraries in the right order: