author | Sam Lantinga |
Wed, 28 Sep 2016 22:24:01 -0700 | |
changeset 10375 | 9cf405a99347 |
parent 9066 | c2af3ff967cc |
child 10486 | 5bf595c48fd4 |
permissions | -rw-r--r-- |
gabomdq@9023 | 1 |
Mercurial |
gabomdq@9023 | 2 |
========= |
gabomdq@9023 | 3 |
|
gabomdq@9023 | 4 |
The latest development version of SDL is available via Mercurial. |
gabomdq@9023 | 5 |
Mercurial allows you to get up-to-the-minute fixes and enhancements; |
gabomdq@9023 | 6 |
as a developer works on a source tree, you can use "hg" to mirror that |
gabomdq@9023 | 7 |
source tree instead of waiting for an official release. Please look |
gabomdq@9023 | 8 |
at the Mercurial website ( http://mercurial.selenic.com/ ) for more |
gabomdq@9023 | 9 |
information on using hg, where you can also download software for |
gabomdq@9023 | 10 |
Mac OS X, Windows, and Unix systems. |
gabomdq@9023 | 11 |
|
philipp@9066 | 12 |
hg clone http://hg.libsdl.org/SDL |
gabomdq@9023 | 13 |
|
gabomdq@9023 | 14 |
If you are building SDL with an IDE, you will need to copy the file |
gabomdq@9023 | 15 |
include/SDL_config.h.default to include/SDL_config.h before building. |
gabomdq@9023 | 16 |
|
gabomdq@9023 | 17 |
If you are building SDL via configure, you will need to run autogen.sh |
gabomdq@9023 | 18 |
before running configure. |
gabomdq@9023 | 19 |
|
gabomdq@9023 | 20 |
There is a web interface to the subversion repository at: |
gabomdq@9023 | 21 |
http://hg.libsdl.org/SDL/ |
gabomdq@9023 | 22 |
|
gabomdq@9023 | 23 |
There is an RSS feed available at that URL, for those that want to |
gabomdq@9023 | 24 |
track commits in real time. |
gabomdq@9023 | 25 |