Torque3D/Engine/lib/sdl/INSTALL.txt

42 lines
1.1 KiB
Text
Raw Normal View History

2015-01-18 21:05:38 +01:00
To compile and install SDL:
1. Windows with Visual Studio:
* Read ./docs/README-visualc.md
2015-01-18 21:05:38 +01:00
Windows with gcc, either native or cross-compiling:
* Read the FAQ at https://wiki.libsdl.org/FAQWindows
2015-01-18 21:05:38 +01:00
* Run './configure; make; make install'
macOS with Xcode:
* Read docs/README-macosx.md
2015-01-18 21:05:38 +01:00
macOS from the command line:
2015-01-18 21:05:38 +01:00
* Run './configure; make; make install'
Linux and other UNIX systems:
* Run './configure; make; make install'
Android:
* Read docs/README-android.md
2015-01-18 21:05:38 +01:00
iOS:
* Read docs/README-ios.md
2015-01-18 21:05:38 +01:00
Using Cmake:
* Read docs/README-cmake.md
2015-01-18 21:05:38 +01:00
2. Look at the example programs in ./test, and check out the online
2018-05-09 23:09:05 +10:00
documentation at https://wiki.libsdl.org/
2015-01-18 21:05:38 +01:00
3. Join the SDL developer discussions, sign up on
https://discourse.libsdl.org/
and go to the development forum
https://discourse.libsdl.org/c/sdl-development/6
2015-01-18 21:05:38 +01:00
4. Sign up for the announcement list through the web interface:
https://www.libsdl.org/mailing-list.php
2015-01-18 21:05:38 +01:00
That's it!
Sam Lantinga <slouken@libsdl.org>