android_mt6572_jiabo/prebuilts/misc/windows/sdl2/INSTALL.txt
2025-09-05 16:56:03 +08:00

15 lines
401 B
Text

To install SDL for native development:
make native
To install SDL for cross-compiling development:
make cross
Look at the example programs in ./test, and check out online documentation:
http://wiki.libsdl.org/
Join the SDL developer mailing list if you want to join the community:
http://www.libsdl.org/mailing-list.php
That's it!
Sam Lantinga <slouken@libsdl.org>