summaryrefslogtreecommitdiff
path: root/src/contrib/SDL-2.30.2/INSTALL.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/contrib/SDL-2.30.2/INSTALL.txt')
-rw-r--r--src/contrib/SDL-2.30.2/INSTALL.txt41
1 files changed, 41 insertions, 0 deletions
diff --git a/src/contrib/SDL-2.30.2/INSTALL.txt b/src/contrib/SDL-2.30.2/INSTALL.txt
new file mode 100644
index 0000000..f570cb3
--- /dev/null
+++ b/src/contrib/SDL-2.30.2/INSTALL.txt
@@ -0,0 +1,41 @@
1
2To compile and install SDL:
3
4 1. Windows with Visual Studio:
5 * Read ./docs/README-visualc.md
6
7 Windows with gcc, either native or cross-compiling:
8 * Read the FAQ at https://wiki.libsdl.org/FAQWindows
9 * Run './configure; make; make install'
10
11 macOS with Xcode:
12 * Read docs/README-macosx.md
13
14 macOS from the command line:
15 * Run './configure; make; make install'
16
17 Linux and other UNIX systems:
18 * Run './configure; make; make install'
19
20 Android:
21 * Read docs/README-android.md
22
23 iOS:
24 * Read docs/README-ios.md
25
26 Using Cmake:
27 * Read docs/README-cmake.md
28
29 2. Look at the example programs in ./test, and check out the online
30 documentation at https://wiki.libsdl.org/
31
32 3. Join the SDL developer discussions, sign up on
33 https://discourse.libsdl.org/
34 and go to the development forum
35 https://discourse.libsdl.org/c/sdl-development/6
36
37 4. Sign up for the announcement list through the web interface:
38 https://www.libsdl.org/mailing-list.php
39
40That's it!
41Sam Lantinga <slouken@libsdl.org>