🛠️🐜 Antkeeper superbuild with dependencies included https://antkeeper.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.1 KiB

  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 https://wiki.libsdl.org/moin.fcg/FAQWindows
  6. * Run './configure; make; make install'
  7. Mac OS X with Xcode:
  8. * Read docs/README-macosx.md
  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 docs/README-android.md
  15. iOS:
  16. * Read docs/README-ios.md
  17. Using Cmake:
  18. * Read docs/README-cmake.md
  19. 2. Look at the example programs in ./test, and check out the online
  20. documentation at https://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. https://www.libsdl.org/mailing-list.php
  26. That's it!
  27. Sam Lantinga <slouken@libsdl.org>