summaryrefslogtreecommitdiff
path: root/contrib/SDL-3.2.8/INSTALL.md
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2025-12-27 12:03:39 -0800
committer3gg <3gg@shellblade.net>2025-12-27 12:03:39 -0800
commit5a079a2d114f96d4847d1ee305d5b7c16eeec50e (patch)
tree8926ab44f168acf787d8e19608857b3af0f82758 /contrib/SDL-3.2.8/INSTALL.md
Initial commit
Diffstat (limited to 'contrib/SDL-3.2.8/INSTALL.md')
-rw-r--r--contrib/SDL-3.2.8/INSTALL.md47
1 files changed, 47 insertions, 0 deletions
diff --git a/contrib/SDL-3.2.8/INSTALL.md b/contrib/SDL-3.2.8/INSTALL.md
new file mode 100644
index 0000000..b33c211
--- /dev/null
+++ b/contrib/SDL-3.2.8/INSTALL.md
@@ -0,0 +1,47 @@
1# To build and use SDL:
2
3SDL supports a number of development environments:
4- [CMake](docs/INTRO-cmake.md)
5- [Visual Studio on Windows](docs/INTRO-visualstudio.md)
6- [Xcode on Apple platforms](docs/INTRO-xcode.md)
7- [Android Studio](docs/INTRO-androidstudio.md)
8- [Emscripten for web](docs/INTRO-emscripten.md)
9
10SDL 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.
11
12# Documentation
13
14An API reference, tutorials, and additional documentation is available at:
15
16https://wiki.libsdl.org/SDL3
17
18# Example code
19
20There are simple example programs in the examples directory, and you can view them online at:
21
22https://examples.libsdl.org/SDL3
23
24More 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.
25
26# Discussions
27
28## Discord
29
30You can join the official Discord server at:
31
32https://discord.com/invite/BwpFGBWsv8
33
34## Forums/mailing lists
35
36You can join SDL development discussions at:
37
38https://discourse.libsdl.org/
39
40Once you sign up, you can use the forum through the website or as a mailing list from your email client.
41
42## Announcement list
43
44You can sign up for the low traffic announcement list at:
45
46https://www.libsdl.org/mailing-list.php
47