[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
CVS repository
Hi.
Crimson Fields now also has a CVS repository, so you can always play the
latest and greatest version before all your friends do.
To get anonymous CVS access to the Crimson Fields repository, install the CVS
client and set the CVSROOT environment variable, e.g.:
export CVSROOT=:pserver:anoncvs@cvs.seul.org:/home/cvspsrv/cvsroot
for bash or
setenv CVSROOT :pserver:anoncvs@cvs.seul.org:/home/cvspsrv/cvsroot
for csh. Then log into the CVS server using the password 'guest':
cvs login
and check out the sources:
cvs checkout games/crimson
This will create the directory games/crimson at your current location and copy
the sources into it. Finally, create the missing build files by running the
autogen.sh script in the crimson directory (you need autoconf and automake
installed for this to work).
cd games/crimson
./autogen.sh
Now you can follow the standard configure + make procedure to build the
package.
Please keep in mind that the latest files in CVS should be considered work in
progress. They are likely to make more problems than the release packages and
in fact, the current CVS tree may not even compile properly.
CVS access via a web interface will be available shortly (i.e. as soon as I
get around to updating the web site).
Happy hacking.
Jens