tune the preloads a bit
[sdl_omap.git] / README.SVN
CommitLineData
e14743d1 1
2The latest development version of SDL is available via Subversion.
3Subversion allows you to get up-to-the-minute fixes and enhancements;
4as a developer works on a source tree, you can use svn to mirror that
5source tree instead of waiting for an official release. Please look
6at the Subversion website ( http://subversion.tigris.org/ ) for more
7information on using svn, where you can also download software for
8MacOS, Windows, and Unix systems.
9
10 svn checkout http://svn.libsdl.org/branches/SDL-1.2
11
12If you are building SDL with an IDE, you will need to copy the file
13include/SDL_config.h.default to include/SDL_config.h before building.
14
15If you are building SDL via configure, you will need to run autogen.sh
16before running configure.
17
18There is a web interface to the subversion repository at:
19 http://www.libsdl.org/cgi/viewvc.cgi
20
21There is an RSS feed available at that URL, for those that want to
22track commits in real time.
23