1 |
william |
401 |
To compile and install SDL: |
2 |
|
|
|
3 |
|
|
0. If you have downloaded this from the website, skip to the next step. |
4 |
|
|
If you have checked this out from subversion, you'll need to run |
5 |
|
|
./autogen.sh to build the configure script. |
6 |
|
|
|
7 |
|
|
1. Run './configure; make; make install' |
8 |
|
|
|
9 |
|
|
If you are compiling for Windows using gcc, read the FAQ at: |
10 |
|
|
http://www.libsdl.org/faq.php?action=listentries&category=4#42 |
11 |
|
|
|
12 |
|
|
If you are compiling using Visual C++ on Win32, you should read |
13 |
|
|
the file VisualC.html |
14 |
|
|
|
15 |
|
|
2. Look at the example programs in ./test, and check out the HTML |
16 |
|
|
documentation in ./docs to see how to use the SDL library. |
17 |
|
|
|
18 |
|
|
3. Join the SDL developer mailing list by sending E-mail to |
19 |
|
|
sdl-request@libsdl.org |
20 |
|
|
and put "subscribe" in the subject of the message. |
21 |
|
|
|
22 |
|
|
Or alternatively you can use the web interface: |
23 |
|
|
http://www.libsdl.org/mailing-list.php |
24 |
|
|
|
25 |
|
|
That's it! |
26 |
|
|
Sam Lantinga <slouken@libsdl.org> |
27 |
|
|
|