equal
deleted
inserted
replaced
1 |
1 |
2 To compile and install SDL: |
2 To compile and install SDL: |
3 |
3 |
4 1. Run './configure; make; make install' |
4 1. Run './configure; make; make install' |
5 |
5 |
6 If you are cross-compiling from Linux to Win32, you should read |
6 If you are compiling for Windows using gcc, read the FAQ at: |
7 the file README.Win32 |
7 http://www.libsdl.org/faq.php?action=listentries&category=4#42 |
8 |
8 |
9 If you are compiling using Visual C++ on Win32, you should read |
9 If you are compiling using Visual C++ on Win32, you should read |
10 the file VisualC.html |
10 the file VisualC.html |
11 |
11 |
12 2. Look at the example programs in ./test, and check out the HTML |
12 2. Look at the example programs in ./test, and check out the HTML |