equal
deleted
inserted
replaced
3 ================================================================================ |
3 ================================================================================ |
4 |
4 |
5 -Requirements- |
5 -Requirements- |
6 * The devkitpro SDK available at http://devkitpro.org. |
6 * The devkitpro SDK available at http://devkitpro.org. |
7 Read the information at http://devkitpro.org/wiki/Getting_Started/devkitARM |
7 Read the information at http://devkitpro.org/wiki/Getting_Started/devkitARM |
8 The necessary packages are devkitARM, libnds and default arm7. |
8 The necessary packages are devkitARM, libnds, libfat and default arm7. |
9 * The hardware renderer is using the libgl2d abstraction library that can be found at: |
9 * The hardware renderer is using the libgl2d abstraction library that can be found at: |
10 http://rel.phatcode.net/junk.php?id=117 |
10 http://rel.phatcode.net/junk.php?id=117 |
11 Build it, and install the library and the header where SDL can find them (ie. in |
11 Build it, and install the library and the header where SDL can find them (ie. in |
12 the libnds/lib and libnds/include directories). |
12 the libnds/lib and libnds/include directories). |
13 |
13 |