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