From c1474d376c1be3e8740ee3675a90206263f5cce8 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 2 Mar 2004 13:01:02 +0000 Subject: [PATCH] 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. --- INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 68053bdc6..1a30fba00 100644 --- a/INSTALL +++ b/INSTALL @@ -3,8 +3,8 @@ To compile and install SDL: 1. Run './configure; make; make install' - If you are cross-compiling from Linux to Win32, you should read - the file README.Win32 + If you are compiling for Windows using gcc, read the FAQ at: + http://www.libsdl.org/faq.php?action=listentries&category=4#42 If you are compiling using Visual C++ on Win32, you should read the file VisualC.html