README-hg.txt 926 B

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