equal
deleted
inserted
replaced
|
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 |