Slicer 3
The source code for Slicer3 is located in a Subversion repository. To checkout the Slicer3 source, run the following command:
| svn co http://www.na-mic.org/svn/Slicer3/trunk Slicer3 |
You can find build instructions for Slicer3 on the diffeent supported platforms here
Browse the Slicer3 code through the ViewVC web interface.
Slicer 2 Versions
The source code for Slicer 2 is located in a CVS repository. To do an anonymous checkout of the Slicer2 source, run the following command:
| cvs -d :pserver:anonymous@cvs.spl.harvard.edu:/projects/cvs/slicer login |
Enter 'bwhspl' as the password and then
| cvs -z3 -d :pserver:anonymous@cvs.spl.harvard.edu:/projects/cvs/slicer checkout slicer2 |
Browse the Slicer2 code through the ViewCVS web interface.
