Customized fork of github.com/rxi/lite
1
2The 32-bit files are in i686-w64-mingw32
3The 64-bit files are in x86_64-w64-mingw32
4
5To install SDL for native development:
6 make native
7
8To install SDL for cross-compiling development:
9 make cross
10
11Look at the example programs in ./test, and check out online documentation:
12 http://wiki.libsdl.org/
13
14Join the SDL developer mailing list if you want to join the community:
15 http://www.libsdl.org/mailing-list.php
16
17That's it!
18Sam Lantinga <slouken@libsdl.org>