author | Sam Lantinga |
Tue, 02 Dec 2008 17:14:04 +0000 | |
changeset 2824 | 4dba7aa7ea77 |
parent 2708 | c9d71d0f987d |
permissions | -rw-r--r-- |
icculus@1652 | 1 |
|
icculus@1652 | 2 |
The latest development version of SDL is available via Subversion. |
icculus@1652 | 3 |
Subversion allows you to get up-to-the-minute fixes and enhancements; |
icculus@1652 | 4 |
as a developer works on a source tree, you can use svn to mirror that |
icculus@1652 | 5 |
source tree instead of waiting for an official release. Please look |
icculus@1652 | 6 |
at the Subversion website ( http://subversion.tigris.org/ ) for more |
icculus@1652 | 7 |
information on using svn, where you can also download software for |
icculus@1652 | 8 |
MacOS, Windows, and Unix systems. |
icculus@1652 | 9 |
|
slouken@2166 | 10 |
svn checkout http://svn.libsdl.org/trunk/SDL |
icculus@1652 | 11 |
|
slouken@1759 | 12 |
If you are building SDL with an IDE, you will need to copy the file |
slouken@1759 | 13 |
include/SDL_config.h.default to include/SDL_config.h before building. |
icculus@1652 | 14 |
|
slouken@1759 | 15 |
If you are building SDL via configure, you will need to run autogen.sh |
slouken@1759 | 16 |
before running configure. |
icculus@1652 | 17 |
|
slouken@1759 | 18 |
There is a web interface to the subversion repository at: |
slouken@1759 | 19 |
http://www.libsdl.org/cgi/viewvc.cgi |
slouken@1759 | 20 |
|
icculus@2708 | 21 |
There is an RSS feed available at that URL, for those that want to |
icculus@2708 | 22 |
track commits in real time. |
icculus@2708 | 23 |