INSTALL.txt 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. To compile and install SDL:
  2. 1. Windows with Visual Studio:
  3. * Read VisualC.html
  4. Windows with gcc, either native or cross-compiling:
  5. * Read the FAQ at http://wiki.libsdl.org/moin.fcg/FAQWindows
  6. * Run './configure; make; make install'
  7. Mac OS X with Xcode:
  8. * Read README-macosx.txt
  9. Mac OS X from the command line:
  10. * Run './configure; make; make install'
  11. Linux and other UNIX systems:
  12. * Run './configure; make; make install'
  13. Android:
  14. * Read README-android.txt
  15. iOS:
  16. * Read README-ios.txt
  17. Using Cmake:
  18. * Read README-cmake.txt
  19. 2. Look at the example programs in ./test, and check out the online
  20. documentation at http://wiki.libsdl.org/
  21. 3. Join the SDL developer mailing list by sending E-mail to
  22. sdl-request@libsdl.org
  23. and put "subscribe" in the subject of the message.
  24. Or alternatively you can use the web interface:
  25. http://www.libsdl.org/mailing-list.php
  26. That's it!
  27. Sam Lantinga <slouken@libsdl.org>