From 2c19f77a0ff29ca5c31f3e68c17dd472a35e30f3 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 2 May 2006 15:18:07 +0000 Subject: [PATCH] Added instructions for copying SDL_config.h --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401718 --- README.SVN | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.SVN b/README.SVN index b750b5130..bdab4ded3 100644 --- a/README.SVN +++ b/README.SVN @@ -9,10 +9,12 @@ MacOS, Windows, and Unix systems. 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