comparison README.CVS @ 895:ec659230eaac

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Sun, 16 May 2004 22:37:59 +0000
parents 37e3ca9254c7
children dc219ba4cf45
comparison
equal deleted inserted replaced
894:1d1a823904d8 895:ec659230eaac
1 1
2 The latest development version of SDL is available via CVS: 2 The latest development version of SDL is available via CVS:
3 3
4 cvs -d :pserver:guest@libsdl.org:/home/slouken/libsdl.org/cvs login 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 5 # No password, so just hit enter when prompted for a password
6 cvs -d :pserver:guest@libsdl.org:/home/slouken/libsdl.org/cvs checkout SDL 6 cvs -d :pserver:guest@libsdl.org:/home/sdlweb/libsdl.org/cvs checkout SDL
7 7
8 When you check a fresh copy of SDL out of CVS, you need to generate 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 9 the files used by make by running the "autogen.sh" script, which will
10 run aclocal, automake, autoconf and then run configure. 10 run aclocal, automake, autoconf and then run configure.
11 11