Difference between revisions of "Source code"

From Slicer Wiki
Jump to: navigation, search
 
 
Line 1: Line 1:
 
=='''Accessing Source Code'''==
 
=='''Accessing Source Code'''==
  
'''Slicer 3 Source Code'''
+
* Slicer4: http://github.com/Slicer/Slicer
  
The source code for Slicer3 is located in a Subversion repository. To checkout the Slicer3 source, run the following command:
+
* Slicer3: http://svn.slicer.org/Slicer3/trunk/ or http://github.com/pieper/Slicer3
  
svn co http://www.na-mic.org/svn/Slicer3/trunk Slicer3
+
* Slicer2: http://github.com/pieper/Slicer2
 
 
To browse the Slicer3 code through the ViewVC web interface, go to:
 
 
 
http://www.na-mic.org/ViewVC/index.cgi/
 
 
 
'''Slicer 2 Source Code'''
 
 
 
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
 
 
 
To browse the Slicer2 code through the ViewCVS web interface, go to:
 
 
 
http://splweb.bwh.harvard.edu:8000/cgi-bin/develop/viewcvs.cgi/slicer2/?cvsroot=slicer
 

Latest revision as of 22:11, 12 July 2017

Home < Source code