Added instructions for copying SDL_config.h

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401718
This commit is contained in:
Sam Lantinga 2006-05-02 15:18:07 +00:00
parent 5a7107c1e0
commit 2c19f77a0f

View file

@ -9,10 +9,12 @@ MacOS, Windows, and Unix systems.
svn checkout svn://libsdl.org/trunk/SDL svn checkout svn://libsdl.org/trunk/SDL
When you check out a fresh copy of SDL out via svn, you need to If you are building SDL with an IDE, you will need to copy the file
generate the files used by make by running the "autogen.sh" include/SDL_config.h.default to include/SDL_config.h before building.
script, which will run aclocal, automake, autoconf and then
run configure.
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