CIBC:Documentation:SCIRun:Installation:SVN
NOTE: These directions are now out of date; sorry (see CIBC:Documentation:SCIRun:Installation).
Contents
Subversion (SVN)
Note: You only need to use Subversion if you wish to get the latest (unstable) SCIRun development tree. If you want the latest stable release of SCIRun, please go here
Getting Subversion
The current SCIRun software development tree source code can be downloaded using an application called subversion (svn). There are subversion clients for a variety of operating systems (including Linux, OSX, and Windows) available for download from http://subversion.tigris.org/project_packages.html
When downloading SCIRun, use an svn client that has SSL support.
Windows
The newest version of svn can be downloaded from: http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91
Download svn-x.x.x-setup.exe (where x.x.x is the version number), and install it. A decent GUI for svn can be downloaded from http://sourceforge.net/project/showfiles.php?group_id=138498&package_id=151948
Max OSX
- Note, SVN is available from OS X fink by installing the svn-client-ssl package.
- Or (perhaps more easily) you can grab the SVN DMG from http://downloads.open.collab.net/binaries.html.
Subversion Verification
Windows
FIXME: How to verify?
Linux/OSX
To verify that the version of SVN on your system will work, in a terminal window type:
svn --version
Then look for
- handles 'https' schema
Using SVN
To checkout the latest (unstable) SCIRun source tree using SVN, use:
svn co https://code.sci.utah.edu/svn/cibc/cibc/trunk/SCIRun
To install SCIRun go to the top level directory of the SCIRun svn download and use
./build.sh
Or to specify which packages are to be built:
./build.sh --packages=SCIRun,Teem,BioPSE,MatlabInterface
Go back to Documentation:SCIRun:Installation Guide