comparison README.SVN @ 1652:dc219ba4cf45

Info on Subversion repository access.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 26 Apr 2006 23:17:39 +0000
parents
children 14717b52abc0
comparison
equal deleted inserted replaced
1651:0a9be1057095 1652:dc219ba4cf45
1
2 The latest development version of SDL is available via Subversion.
3 Subversion allows you to get up-to-the-minute fixes and enhancements;
4 as a developer works on a source tree, you can use svn to mirror that
5 source tree instead of waiting for an official release. Please look
6 at the Subversion website ( http://subversion.tigris.org/ ) for more
7 information on using svn, where you can also download software for
8 MacOS, Windows, and Unix systems.
9
10 svn checkout svn://libsdl.org/trunk/SDL
11
12 When you check out a fresh copy of SDL out via svn, you need to
13 generate the files used by make by running the "autogen.sh"
14 script, which will run aclocal, automake, autoconf and then
15 run configure.
16
17 There is a web interface to svn at http://www.libsdl.org/wsvn
18