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 http://svn.libsdl.org/branches/SDL-1.2 |
|
11 |
|
12 If you are building SDL with an IDE, you will need to copy the file |
|
13 include/SDL_config.h.default to include/SDL_config.h before building. |
|
14 |
|
15 If you are building SDL via configure, you will need to run autogen.sh |
|
16 before running configure. |
|
17 |
|
18 There is a web interface to the subversion repository at: |
|
19 http://www.libsdl.org/cgi/viewvc.cgi |
|
20 |