Changed revision details to be a string (an hg changeset) instead of an int.
2 To compile and install SDL:
4 0. If you have downloaded this from the website, skip to the next step.
5 If you have checked this out from subversion, you'll need to run
6 ./autogen.sh to build the configure script.
8 1. Run './configure; make; make install'
10 If you are compiling for Windows using gcc, read the FAQ at:
11 http://www.libsdl.org/faq.php?action=listentries&category=4#42
13 If you are compiling using Visual C++ on Win32, you should read
16 2. Look at the example programs in ./test, and check out the HTML
17 documentation in ./docs to see how to use the SDL library.
19 3. Join the SDL developer mailing list by sending E-mail to
20 sdl-request@libsdl.org
21 and put "subscribe" in the subject of the message.
23 Or alternatively you can use the web interface:
24 http://www.libsdl.org/mailing-list.php
27 Sam Lantinga <slouken@libsdl.org>