author | Ryan C. Gordon <icculus@icculus.org> |
Sun, 10 Nov 2013 00:32:23 -0500 | |
changeset 7924 | fcb86d323770 |
parent 7241 | 28602f5ca96d |
permissions | -rw-r--r-- |
7222
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
5072
diff
changeset
|
1 |
The latest development version of SDL is available via Mercurial. |
7241
28602f5ca96d
Fixed recently deleted Ms in READMEs.
Philipp Wiesemann <philipp.wiesemann@arcor.de>
parents:
7222
diff
changeset
|
2 |
Mercurial allows you to get up-to-the-minute fixes and enhancements; |
7222
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
5072
diff
changeset
|
3 |
as a developer works on a source tree, you can use "hg" to mirror that |
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
5072
diff
changeset
|
4 |
source tree instead of waiting for an official release. Please look |
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
5072
diff
changeset
|
5 |
at the Mercurial website ( http://mercurial.selenic.com/ ) for more |
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
5072
diff
changeset
|
6 |
information on using hg, where you can also download software for |
7241
28602f5ca96d
Fixed recently deleted Ms in READMEs.
Philipp Wiesemann <philipp.wiesemann@arcor.de>
parents:
7222
diff
changeset
|
7 |
Mac OS X, Windows, and Unix systems. |
7222
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
5072
diff
changeset
|
8 |
|
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
5072
diff
changeset
|
9 |
hg clone http://hg.libsdl.org/SDL |
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
5072
diff
changeset
|
10 |
|
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
5072
diff
changeset
|
11 |
If you are building SDL with an IDE, you will need to copy the file |
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
5072
diff
changeset
|
12 |
include/SDL_config.h.default to include/SDL_config.h before building. |
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
5072
diff
changeset
|
13 |
|
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
5072
diff
changeset
|
14 |
If you are building SDL via configure, you will need to run autogen.sh |
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
5072
diff
changeset
|
15 |
before running configure. |
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
5072
diff
changeset
|
16 |
|
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
5072
diff
changeset
|
17 |
There is a web interface to the subversion repository at: |
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
5072
diff
changeset
|
18 |
|
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
5072
diff
changeset
|
19 |
http://hg.libsdl.org/SDL/ |
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
5072
diff
changeset
|
20 |
|
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
5072
diff
changeset
|
21 |
There is an RSS feed available at that URL, for those that want to |
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
5072
diff
changeset
|
22 |
track commits in real time. |
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
5072
diff
changeset
|
23 |