summaryrefslogtreecommitdiff
path: root/README.HG
diff options
context:
space:
mode:
authorRyan C. Gordon <icculus@icculus.org>2010-02-28 03:23:07 -0500
committerRyan C. Gordon <icculus@icculus.org>2010-02-28 03:23:07 -0500
commit565127b07c10ea0f2cabba99aaf045c00b6380c7 (patch)
treefe0cb638c047893d4e141d5dfb0aa77282d58209 /README.HG
parent07cc73d801ae1f5385fd5576a085c2a5c2c0b664 (diff)
Changed the Subversion README to Mercurial.
--HG-- rename : README.SVN => README.HG
Diffstat (limited to 'README.HG')
-rw-r--r--README.HG23
1 files changed, 23 insertions, 0 deletions
diff --git a/README.HG b/README.HG
new file mode 100644
index 00000000..a69f5e39
--- /dev/null
+++ b/README.HG
@@ -0,0 +1,23 @@
+
+The latest development version of SDL is available via Mercurial.
+Mercurial allows you to get up-to-the-minute fixes and enhancements;
+as a developer works on a source tree, you can use "hg" to mirror that
+source tree instead of waiting for an official release. Please look
+at the Mercurial website ( http://mercurial.selenic.com/ ) for more
+information on using hg, where you can also download software for
+Mac OS X, Windows, and Unix systems.
+
+ hg clone http://hg.libsdl.org/SDL
+
+If you are building SDL with an IDE, you will need to copy the file
+include/SDL_config.h.default to include/SDL_config.h before building.
+
+If you are building SDL via configure, you will need to run autogen.sh
+before running configure.
+
+There is a web interface to the subversion repository at:
+ http://hg.libsdl.org/SDL/
+
+There is an RSS feed available at that URL, for those that want to
+track commits in real time.
+