5f3d25922ed1602b7f6b4b03e7180355dbf16a08
[platform/upstream/SDL.git] / docs / README-hg.md
1 Mercurial\r
2 =========\r
3 \r
4 The latest development version of SDL is available via Mercurial.\r
5 Mercurial allows you to get up-to-the-minute fixes and enhancements;\r
6 as a developer works on a source tree, you can use "hg" to mirror that\r
7 source tree instead of waiting for an official release. Please look\r
8 at the Mercurial website ( https://www.mercurial-scm.org/ ) for more\r
9 information on using hg, where you can also download software for\r
10 Mac OS X, Windows, and Unix systems.\r
11 \r
12     hg clone http://hg.libsdl.org/SDL\r
13 \r
14 If you are building SDL via configure, you will need to run autogen.sh\r
15 before running configure.\r
16 \r
17 There is a web interface to the subversion repository at:\r
18         http://hg.libsdl.org/SDL/\r
19 \r
20 There is an RSS feed available at that URL, for those that want to\r
21 track commits in real time.\r
22 \r