5289
|
1 |
================================================================================
|
|
2 |
Simple DirectMedia Layer for Nintendo DS
|
|
3 |
================================================================================
|
|
4 |
|
|
5 |
-Requirements-
|
|
6 |
The devkitpro SDK available at http://devkitpro.org.
|
|
7 |
Read the information at http://devkitpro.org/wiki/Getting_Started/devkitARM
|
|
8 |
The necessary packages are devkitARM, libnds and default arm7.
|
|
9 |
|
|
10 |
-Building SDL-
|
|
11 |
After setting the devkitpro environment, type:
|
|
12 |
make -f Makefile.ds
|
|
13 |
|
|
14 |
This will compile and install the library and headers into the proper libnds directories.
|
|
15 |
Additionnaly it will compile the general test, that you can run either on the DS or with desmume:
|
|
16 |
desmume test/nds-test-progs/general/general.nds
|
|
17 |
|
|
18 |
|
|
19 |
Note that the port is very basic and incomplete.
|