RTG CVS Access

The latest development RTG sources are can be downloaded via concurrent versioning system (CVS). Be aware that the RTG CVS code changes frequently, is not fully tested and may not be stable. Production environments should use a stable release version.

Step-by-step instructions to build a CVS release:

  1. cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/rtg login
  2. When prompted for CVS password, hit return (no password).
  3. cvs -z8 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/rtg co rtg
  4. Change Dir: cd rtg
  5. Configure: ./configure
  6. Build: make
  7. Install: make install

Additional CVS help can be found in SourceForge's documentation.