
[ Home | What is RACE? | History | Concepts | Status | Copyleft | Development | Mailing List ]
At the moment, sources are not available as tarballs since they are not ready for public consumption (this may change if enough people bug me to do so, but improving the code is the cleaner method to achieve this).
To get the sources out of CVS, follow these few steps:
| using sh, ksh, bash: | export CVSROOT=:pserver:anoncvs@rhlx01.fht-esslingen.de:/cvs/race |
| using csh, tcsh: | setenv CVSROOT :pserver:anoncvs@rhlx01.fht-esslingen.de:/cvs/race |
| Initial checkout: | cvs -z3 checkout race |
| Updating (from within the directory race): | cvs -z3 update |
To compile, basically do this: