|
|
|
Home Sponsors Download Install Running Examples Tcl Scripts News Future Work Copyright |
CABLE is currently only available by CVS. See the Install page for instructions.
To use CVS, you must have it installed on your system. You may wish to use the Cygwin tools on Windows platforms, or WinCVS which provides a GUI to CVS. The source is accessed by checking out a read-only version of the CABLE source code. (Only developers have write-access to the repository. Contact Kitware at kitware@kitware.com if you require write access.) Use the following commands.
cvs -d :pserver:anonymous@public.kitware.com:/cvsroot/Cable login
(respond with password cable)
Follow this command by checking out the source code:
cvs -d :pserver:anonymous@public.kitware.com:/cvsroot/Cable co Cable
|