author | Gabriel Jacobo |
Tue, 29 Jul 2014 09:20:12 -0300 | |
changeset 9023 | 276802355854 |
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 |
|
gabomdq@9023 | 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 |
|
gabomdq@9023 | 22 |
http://hg.libsdl.org/SDL/ |
gabomdq@9023 | 23 |
|
gabomdq@9023 | 24 |
There is an RSS feed available at that URL, for those that want to |
gabomdq@9023 | 25 |
track commits in real time. |
gabomdq@9023 | 26 |