author | Sam Lantinga |
Sat, 12 Aug 2017 00:04:46 -0700 | |
changeset 11236 | 8c3cba28b1fd |
parent 10953 | d617899aadee |
permissions | -rw-r--r-- |
slouken@10486 | 1 |
Mercurial |
slouken@10486 | 2 |
========= |
slouken@10486 | 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 |
icculus@10953 | 8 |
at the Mercurial website ( https://www.mercurial-scm.org/ ) 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 via configure, you will need to run autogen.sh |
gabomdq@9023 | 15 |
before running configure. |
gabomdq@9023 | 16 |
|
gabomdq@9023 | 17 |
There is a web interface to the subversion repository at: |
gabomdq@9023 | 18 |
http://hg.libsdl.org/SDL/ |
gabomdq@9023 | 19 |
|
gabomdq@9023 | 20 |
There is an RSS feed available at that URL, for those that want to |
gabomdq@9023 | 21 |
track commits in real time. |
gabomdq@9023 | 22 |