annotate README.CVS @ 89:69b8fac3e1c0
Added Holger Schemel's fix for SDL_GetTicks() on W2K
This adds QueryPerformanceCounter() support, which is probably a good thing.
author |
Sam Lantinga <slouken@lokigames.com> |
date |
Sat, 07 Jul 2001 08:03:34 +0000 |
parents |
74212992fb08 |
children |
37e3ca9254c7 |
rev |
line source |
0
|
1
|
|
2 The latest development version of SDL is available via CVS:
|
|
3
|
|
4 cvs -d :pserver:guest@cvs.lokigames.com:/cvs login
|
|
5 # use the password "guest"
|
|
6 cvs -d :pserver:guest@cvs.lokigames.com:/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://cvs.lokigames.com/
|
|
13
|