author | Patrice Mandin |
Wed, 24 Sep 2003 21:45:27 +0000 | |
changeset 723 | 1e8865a3e127 |
parent 533 | 263e4884f70d |
child 866 | 0a45995a7fc3 |
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@0 | 6 |
If you are cross-compiling from Linux to Win32, you should read |
slouken@0 | 7 |
the file README.Win32 |
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> |