Mercurial > sdl-ios-xcode
comparison INSTALL @ 866:0a45995a7fc3
Date: Tue, 2 Mar 2004 11:34:54 +0100
From: Bartosz Fenski aka fEnIo
Subject: outdated entry in INSTALL file
I've just found in INSTALL file:
If you are cross-compiling from Linux to Win32, you should read
the file README.Win32
But you don't shipped this file with SDL. I've found in CVS logs that
this file has been deleted and this information is now in FAQ.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 02 Mar 2004 13:01:02 +0000 |
parents | 263e4884f70d |
children | 00e7c6b7eb03 |
comparison
equal
deleted
inserted
replaced
865:92615154bb68 | 866:0a45995a7fc3 |
---|---|
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 |