author | Sam Lantinga <slouken@libsdl.org> |
Sun, 23 Sep 2001 22:33:19 +0000 | |
changeset 199 | 2ad0957f6265 |
parent 0 | 74212992fb08 |
child 253 | b23d3c5a32f3 |
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@0 | 16 |
majordomo@lokigames.com |
slouken@0 | 17 |
and including the line "subscribe sdl" in the body. |
slouken@0 | 18 |
|
slouken@0 | 19 |
|
slouken@0 | 20 |
|
slouken@0 | 21 |
That's it! |
slouken@0 | 22 |
Sam Lantinga <slouken@libsdl.org> |