author | Ryan C. Gordon <icculus@icculus.org> |
Fri, 03 Jun 2011 16:03:10 -0400 | |
changeset 5547 | 4ccecd0901e2 |
parent 5072 | 2341ecc03388 |
permissions | -rw-r--r-- |
icculus@4421 | 1 |
The latest development version of SDL is available via Mercurial. |
icculus@4421 | 2 |
Mercurial allows you to get up-to-the-minute fixes and enhancements; |
icculus@4421 | 3 |
as a developer works on a source tree, you can use "hg" to mirror that |
icculus@1652 | 4 |
source tree instead of waiting for an official release. Please look |
icculus@4421 | 5 |
at the Mercurial website ( http://mercurial.selenic.com/ ) for more |
icculus@4421 | 6 |
information on using hg, where you can also download software for |
icculus@4421 | 7 |
Mac OS X, Windows, and Unix systems. |
icculus@1652 | 8 |
|
icculus@4421 | 9 |
hg clone http://hg.libsdl.org/SDL |
icculus@1652 | 10 |
|
slouken@1759 | 11 |
If you are building SDL with an IDE, you will need to copy the file |
slouken@1759 | 12 |
include/SDL_config.h.default to include/SDL_config.h before building. |
icculus@1652 | 13 |
|
slouken@1759 | 14 |
If you are building SDL via configure, you will need to run autogen.sh |
slouken@1759 | 15 |
before running configure. |
icculus@1652 | 16 |
|
slouken@1759 | 17 |
There is a web interface to the subversion repository at: |
icculus@5072 | 18 |
|
icculus@4421 | 19 |
http://hg.libsdl.org/SDL/ |
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 |