Mercurial > sdl-ios-xcode
comparison README.CVS @ 1652:dc219ba4cf45
Info on Subversion repository access.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 26 Apr 2006 23:17:39 +0000 |
parents | ec659230eaac |
children |
comparison
equal
deleted
inserted
replaced
1651:0a9be1057095 | 1652:dc219ba4cf45 |
---|---|
1 | 1 |
2 The latest development version of SDL is available via CVS: | 2 SDL is no longer hosted in a CVS repository. Please see README.SVN for |
3 information on accessing our Subversion repository. | |
3 | 4 |
4 cvs -d :pserver:guest@libsdl.org:/home/sdlweb/libsdl.org/cvs login | |
5 # No password, so just hit enter when prompted for a password | |
6 cvs -d :pserver:guest@libsdl.org:/home/sdlweb/libsdl.org/cvs checkout SDL | |
7 | |
8 When you check a fresh copy of SDL out of CVS, you need to generate | |
9 the files used by make by running the "autogen.sh" script, which will | |
10 run aclocal, automake, autoconf and then run configure. | |
11 | |
12 There is a web interface to cvs at http://www.libsdl.org/cgi/cvsweb.cgi | |
13 |