1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/docs/README-hg.md Tue Jul 29 08:04:15 2014 -0700
1.3 @@ -0,0 +1,26 @@
1.4 +Mercurial
1.5 +=========
1.6 +
1.7 +The latest development version of SDL is available via Mercurial.
1.8 +Mercurial allows you to get up-to-the-minute fixes and enhancements;
1.9 +as a developer works on a source tree, you can use "hg" to mirror that
1.10 +source tree instead of waiting for an official release. Please look
1.11 +at the Mercurial website ( http://mercurial.selenic.com/ ) for more
1.12 +information on using hg, where you can also download software for
1.13 +Mac OS X, Windows, and Unix systems.
1.14 +
1.15 + hg clone http://hg.libsdl.org/SDL
1.16 +
1.17 +If you are building SDL with an IDE, you will need to copy the file
1.18 +include/SDL_config.h.default to include/SDL_config.h before building.
1.19 +
1.20 +If you are building SDL via configure, you will need to run autogen.sh
1.21 +before running configure.
1.22 +
1.23 +There is a web interface to the subversion repository at:
1.24 +
1.25 + http://hg.libsdl.org/SDL/
1.26 +
1.27 +There is an RSS feed available at that URL, for those that want to
1.28 +track commits in real time.
1.29 +