Commit 2c19f77a authored by Sam Lantinga's avatar Sam Lantinga

Added instructions for copying SDL_config.h

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401718
parent 5a7107c1
...@@ -9,10 +9,12 @@ MacOS, Windows, and Unix systems. ...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment