changeset 1759:724cca1bda2d

Added instructions for copying SDL_config.h
author Sam Lantinga <slouken@libsdl.org>
date Tue, 02 May 2006 15:18:07 +0000
parents 45138f6a2fb5
children a9be6a3a51d1
files README.SVN
diffstat 1 files changed, 7 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/README.SVN	Tue May 02 03:06:33 2006 +0000
+++ b/README.SVN	Tue May 02 15:18:07 2006 +0000
@@ -9,10 +9,12 @@
 
   svn checkout svn://libsdl.org/trunk/SDL
 
-When you check out a fresh copy of SDL out via svn, you need to
-generate the files used by make by running the "autogen.sh"
-script, which will run aclocal, automake, autoconf and then
-run configure.
+If you are building SDL with an IDE, you will need to copy the file
+include/SDL_config.h.default to include/SDL_config.h before building.
 
-There is a web interface to svn at http://www.libsdl.org/wsvn
+If you are building SDL via configure, you will need to run autogen.sh
+before running configure.
 
+There is a web interface to the subversion repository at:
+	http://www.libsdl.org/cgi/viewvc.cgi
+