Mercurial > sdl-ios-xcode
comparison README.HG @ 4421:2e140f18aba7
Changed the Subversion README to Mercurial.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 28 Feb 2010 03:23:07 -0500 |
parents | README.SVN@c9d71d0f987d |
children | 2341ecc03388 |
comparison
equal
deleted
inserted
replaced
4419:5e7e1f1a4056 | 4421:2e140f18aba7 |
---|---|
1 | |
2 The latest development version of SDL is available via Mercurial. | |
3 Mercurial allows you to get up-to-the-minute fixes and enhancements; | |
4 as a developer works on a source tree, you can use "hg" to mirror that | |
5 source tree instead of waiting for an official release. Please look | |
6 at the Mercurial website ( http://mercurial.selenic.com/ ) for more | |
7 information on using hg, where you can also download software for | |
8 Mac OS X, Windows, and Unix systems. | |
9 | |
10 hg clone http://hg.libsdl.org/SDL | |
11 | |
12 If you are building SDL with an IDE, you will need to copy the file | |
13 include/SDL_config.h.default to include/SDL_config.h before building. | |
14 | |
15 If you are building SDL via configure, you will need to run autogen.sh | |
16 before running configure. | |
17 | |
18 There is a web interface to the subversion repository at: | |
19 http://hg.libsdl.org/SDL/ | |
20 | |
21 There is an RSS feed available at that URL, for those that want to | |
22 track commits in real time. | |
23 |