author | Sam Lantinga |
Sat, 10 Jan 2009 21:50:26 +0000 | |
changeset 3013 | 8cc00819c8d6 |
parent 866 | 0a45995a7fc3 |
child 3561 | 00e7c6b7eb03 |
permissions | -rw-r--r-- |
slouken@0 | 1 |
|
slouken@0 | 2 |
To compile and install SDL: |
slouken@0 | 3 |
|
slouken@0 | 4 |
1. Run './configure; make; make install' |
slouken@0 | 5 |
|
slouken@866 | 6 |
If you are compiling for Windows using gcc, read the FAQ at: |
slouken@866 | 7 |
http://www.libsdl.org/faq.php?action=listentries&category=4#42 |
slouken@0 | 8 |
|
slouken@0 | 9 |
If you are compiling using Visual C++ on Win32, you should read |
slouken@0 | 10 |
the file VisualC.html |
slouken@0 | 11 |
|
slouken@0 | 12 |
2. Look at the example programs in ./test, and check out the HTML |
slouken@0 | 13 |
documentation in ./docs to see how to use the SDL library. |
slouken@0 | 14 |
|
slouken@0 | 15 |
3. Join the SDL developer mailing list by sending E-mail to |
slouken@253 | 16 |
sdl-request@libsdl.org |
slouken@253 | 17 |
and put "subscribe" in the subject of the message. |
slouken@0 | 18 |
|
slouken@253 | 19 |
Or alternatively you can use the web interface: |
slouken@533 | 20 |
http://www.libsdl.org/mailing-list.php |
slouken@0 | 21 |
|
slouken@0 | 22 |
That's it! |
slouken@0 | 23 |
Sam Lantinga <slouken@libsdl.org> |