From 6aaedb813fa11ba0679c3051bc2eb28646b9506c Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Sat, 30 Aug 2025 16:53:58 -0700 Subject: Update to SDL3 --- src/contrib/SDL-3.2.20/INSTALL.md | 48 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 src/contrib/SDL-3.2.20/INSTALL.md (limited to 'src/contrib/SDL-3.2.20/INSTALL.md') diff --git a/src/contrib/SDL-3.2.20/INSTALL.md b/src/contrib/SDL-3.2.20/INSTALL.md new file mode 100644 index 0000000..f2db667 --- /dev/null +++ b/src/contrib/SDL-3.2.20/INSTALL.md @@ -0,0 +1,48 @@ +# To build and use SDL: + +SDL supports a number of development environments: +- [CMake](docs/INTRO-cmake.md) +- [Visual Studio on Windows](docs/INTRO-visualstudio.md) +- [gcc on Windows](docs/INTRO-mingw.md) +- [Xcode on Apple platforms](docs/INTRO-xcode.md) +- [Android Studio](docs/INTRO-androidstudio.md) +- [Emscripten for web](docs/INTRO-emscripten.md) + +SDL is also usable in other environments. The basic steps are to use CMake to build the library and then use the headers and library that you built in your project. You can search online to see if anyone has specific steps for your setup. + +# Documentation + +An API reference, tutorials, and additional documentation is available at: + +https://wiki.libsdl.org/SDL3 + +# Example code + +There are simple example programs in the examples directory, and you can view them online at: + +https://examples.libsdl.org/SDL3 + +More in-depth test programs are available in the tests directory and can be built by adding `-DSDL_TESTS=ON` to the CMake command line when building SDL. + +# Discussions + +## Discord + +You can join the official Discord server at: + +https://discord.com/invite/BwpFGBWsv8 + +## Forums/mailing lists + +You can join SDL development discussions at: + +https://discourse.libsdl.org/ + +Once you sign up, you can use the forum through the website or as a mailing list from your email client. + +## Announcement list + +You can sign up for the low traffic announcement list at: + +https://www.libsdl.org/mailing-list.php + -- cgit v1.2.3