Changes

8 bytes added ,  18:02, 31 July 2008
→‎Usage: updated include directory
Line 15: Line 15:  
== Usage ==
 
== Usage ==
   −
Copy all of the header files $DEVKITPRO/libogc/include/
+
* Copy all of the header files $DEVKITPRO/libogc/include/SDL/
Copy all of the *.a files to $DEVKITPRO/libogc/lib/wii/
+
* Copy all of the *.a files to $DEVKITPRO/libogc/lib/wii/
Remember to link the libraries in the right order.
+
Remember to link the libraries in the right order:
    
  LIBS := -lSDL_ttf -lSDL_gfx -lSDL_mixer -lSDL_image -lfreetype -ljpeg -lpng -lz -lSDL  
 
  LIBS := -lSDL_ttf -lSDL_gfx -lSDL_mixer -lSDL_image -lfreetype -ljpeg -lpng -lz -lSDL  
316

edits