INSTALL.txt 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. To compile and install SDL:
  2. 1. Windows with Visual Studio:
  3. * Read ./docs/README-visualc.md
  4. Windows with gcc, either native or cross-compiling:
  5. * Read the FAQ at https://wiki.libsdl.org/FAQWindows
  6. * Run './configure; make; make install'
  7. macOS with Xcode:
  8. * Read docs/README-macosx.md
  9. macOS 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 discussions, sign up on
  22. https://discourse.libsdl.org/
  23. and go to the development forum
  24. https://discourse.libsdl.org/c/sdl-development/6
  25. 4. Sign up for the announcement list through the web interface:
  26. https://www.libsdl.org/mailing-list.php
  27. That's it!
  28. Sam Lantinga <slouken@libsdl.org>