Change std:vector to eina_array
[platform/upstream/SDL.git] / INSTALL.txt
1 \r
2 To compile and install SDL:\r
3 \r
4     1.  Windows with Visual Studio:\r
5         * Read VisualC.html\r
6 \r
7         Windows with gcc, either native or cross-compiling:\r
8         * Read the FAQ at https://wiki.libsdl.org/moin.fcg/FAQWindows\r
9         * Run './configure; make; make install'\r
10 \r
11         Mac OS X with Xcode:\r
12         * Read docs/README-macosx.md\r
13 \r
14         Mac OS X from the command line:\r
15         * Run './configure; make; make install'\r
16 \r
17         Linux and other UNIX systems:\r
18         * Run './configure; make; make install'\r
19 \r
20         Android:\r
21         * Read docs/README-android.md\r
22 \r
23         iOS:\r
24         * Read docs/README-ios.md\r
25 \r
26         Using Cmake:\r
27         * Read docs/README-cmake.md\r
28 \r
29     2.  Look at the example programs in ./test, and check out the online\r
30         documentation at https://wiki.libsdl.org/\r
31 \r
32     3.  Join the SDL developer mailing list by sending E-mail to\r
33         sdl-request@libsdl.org\r
34         and put "subscribe" in the subject of the message.\r
35 \r
36         Or alternatively you can use the web interface:\r
37             https://www.libsdl.org/mailing-list.php\r
38 \r
39 That's it!\r
40 Sam Lantinga <slouken@libsdl.org>\r