You can download ROME and ROME documentation from sourceforge.net
using CVS. Point your CVSROOT to:
:pserver:anonymous@cvs.rome.sourceforge.net:/cvsroot/rome
If you are running Linux, enter the following commands in a shell:
$ export CVSROOT=:pserver:anonymous@cvs.rome.sourceforge.net:/cvsroot/rome $ cvs login |
You do not have to enter a password, just hit RETURN. Now you can checkout the ROME
source tree using the command:
which contains all the new ROME sources (v2.0
) as well as the old versions of the ROME sources and RTB (src
) and the old documentation (docs
). See the file README.cvs
for more detailed information.
If you want to check out the new version of the ROME sources only, you can type:
$ cvs -z3 checkout -P v2.0 |
If you want to browse the CVS repository before you check out a specific
repository, point your web browser to:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/rome/
Have fun!