2 To compile and install SDL:
4 1. Windows with Visual Studio:
7 Windows with gcc, either native or cross-compiling:
8 * Read the FAQ at http://wiki.libsdl.org/moin.fcg/FAQWindows
9 * Run './configure; make; make install'
12 * Read docs/README-macosx.md
14 Mac OS X from the command line:
15 * Run './configure; make; make install'
17 Linux and other UNIX systems:
18 * Run './configure; make; make install'
21 * Read docs/README-android.md
24 * Read docs/README-ios.md
27 * Read docs/README-cmake.md
29 2. Look at the example programs in ./test, and check out the online
30 documentation at http://wiki.libsdl.org/
32 3. Join the SDL developer mailing list by sending E-mail to
33 sdl-request@libsdl.org
34 and put "subscribe" in the subject of the message.
36 Or alternatively you can use the web interface:
37 http://www.libsdl.org/mailing-list.php
40 Sam Lantinga <slouken@libsdl.org>