author | Sam Lantinga <slouken@libsdl.org> |
Sat, 06 Jul 2013 00:15:01 -0700 | |
changeset 7353 | 80e081e7538d |
parent 7227 | 74109eae3381 |
child 9025 | d09d4b578e77 |
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@7222 | 10 |
|
slouken@7227 | 11 |
Mac OS X with Xcode: |
slouken@7227 | 12 |
* Read README-macosx.txt |
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@7227 | 19 |
|
slouken@7227 | 20 |
Android: |
slouken@7227 | 21 |
* Read README-android.txt |
slouken@7227 | 22 |
|
slouken@7227 | 23 |
iOS: |
slouken@7227 | 24 |
* Read README-ios.txt |
slouken@7227 | 25 |
|
slouken@7227 | 26 |
Using Cmake: |
slouken@7227 | 27 |
* Read README-cmake.txt |
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> |