author | Sam Lantinga |
Wed, 13 May 2015 22:39:27 -0700 | |
changeset 9598 | 5f50522bf2e1 |
parent 9025 | d09d4b578e77 |
child 10893 | 54480745c410 |
permissions | -rw-r--r-- |
slouken@7222 | 1 |
|
slouken@7222 | 2 |
To compile and install SDL: |
slouken@7222 | 3 |
|
slouken@7227 | 4 |
1. Windows with Visual Studio: |
slouken@7227 | 5 |
* Read VisualC.html |
slouken@7222 | 6 |
|
slouken@7227 | 7 |
Windows with gcc, either native or cross-compiling: |
slouken@7227 | 8 |
* Read the FAQ at http://wiki.libsdl.org/moin.fcg/FAQWindows |
slouken@7227 | 9 |
* Run './configure; make; make install' |
slouken@7227 | 10 |
|
slouken@7227 | 11 |
Mac OS X with Xcode: |
slouken@9025 | 12 |
* Read docs/README-macosx.md |
slouken@7222 | 13 |
|
slouken@7227 | 14 |
Mac OS X from the command line: |
slouken@7227 | 15 |
* Run './configure; make; make install' |
slouken@7227 | 16 |
|
slouken@7227 | 17 |
Linux and other UNIX systems: |
slouken@7227 | 18 |
* Run './configure; make; make install' |
slouken@7222 | 19 |
|
slouken@7227 | 20 |
Android: |
slouken@9025 | 21 |
* Read docs/README-android.md |
slouken@7227 | 22 |
|
slouken@7227 | 23 |
iOS: |
slouken@9025 | 24 |
* Read docs/README-ios.md |
slouken@7227 | 25 |
|
slouken@7227 | 26 |
Using Cmake: |
slouken@9025 | 27 |
* Read docs/README-cmake.md |
slouken@7222 | 28 |
|
slouken@7222 | 29 |
2. Look at the example programs in ./test, and check out the online |
slouken@7222 | 30 |
documentation at http://wiki.libsdl.org/ |
slouken@7222 | 31 |
|
slouken@7222 | 32 |
3. Join the SDL developer mailing list by sending E-mail to |
slouken@7222 | 33 |
sdl-request@libsdl.org |
slouken@7222 | 34 |
and put "subscribe" in the subject of the message. |
slouken@7222 | 35 |
|
slouken@7222 | 36 |
Or alternatively you can use the web interface: |
slouken@7222 | 37 |
http://www.libsdl.org/mailing-list.php |
slouken@7222 | 38 |
|
slouken@7222 | 39 |
That's it! |
slouken@7222 | 40 |
Sam Lantinga <slouken@libsdl.org> |