NOTE: The development of Slicer 3 has been discontinued. Slicer 4 is now the recommended platform for both users and developers.
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://svn.slicer.org/Slicer3/trunk Slicer3 |
You can find build instructions for Slicer3 on the different 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.
See the 3D Slicer version 2 (slicer2) build instructions.

