🛠️🐜 Antkeeper superbuild with dependencies included https://antkeeper.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
787 B

  1. Mercurial
  2. =========
  3. The latest development version of SDL is available via Mercurial.
  4. Mercurial allows you to get up-to-the-minute fixes and enhancements;
  5. as a developer works on a source tree, you can use "hg" to mirror that
  6. source tree instead of waiting for an official release. Please look
  7. at the Mercurial website ( https://www.mercurial-scm.org/ ) for more
  8. information on using hg, where you can also download software for
  9. Mac OS X, Windows, and Unix systems.
  10. hg clone http://hg.libsdl.org/SDL
  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.