INSTALL.txt 489 B

12345678910111213141516171819
  1. The 32-bit files are in i686-w64-mingw32
  2. The 64-bit files are in x86_64-w64-mingw32
  3. To install SDL for native development:
  4. make native
  5. To install SDL for cross-compiling development:
  6. make cross
  7. Look at the example programs in ./test, and check out online documentation:
  8. http://wiki.libsdl.org/
  9. Join the SDL developer mailing list if you want to join the community:
  10. http://www.libsdl.org/mailing-list.php
  11. That's it!
  12. Sam Lantinga <slouken@libsdl.org>