Difference between revisions of "Slicer:Slicer2.5 Getting Started"

From NAMIC Wiki
Jump to: navigation, search
m (Update from Wiki)
 
m (Text replacement - "http://www.slicer.org/slicerWiki/index.php/" to "https://www.slicer.org/wiki/")
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
<div class="floatleft"><span>[[Image:3DSlicer.png|[[Image:3DSlicer.png| 3D Slicer Logo]]]]</span></div>
+
<big>'''Note:''' We are migrating this content to the slicer.org domain - <font color="orange">The newer page is [https://www.slicer.org/wiki/Slicer:Slicer2.5_Getting_Started  here]</font></big>
 
 
<br />
 
 
 
<br /> THIS IS THE NEWEST VERSION AVAILABLE as of June of 2005
 
 
 
<br />
 
 
 
----
 
 
 
'''NOTE: [[Slicer:DICOM_PATCH|Important patch for DICOM Images for Slicer 2.5]]'''
 
 
 
----
 
 
 
== Download Slicer (This is what users should download) ==
 
 
 
Download and unpack the appropriate archive for your platform from [http://www.na-mic.org/Slicer/Download/ here]<nowiki>: this link gives you a precompiled ready-to-use Slicer. </nowiki>
 
 
 
* Mac: darwin-ppc/slicer2.5-opt-darwin-ppc-2005-05-23.tar.gz
 
* Windows: win32/slicer2.5-opt-win32-2005-05-23.zip
 
* Solaris: solaris8/slicer2.5-opt-solaris-sparc-2005-05-23.tar.gz
 
* Linux: linux-x86/slicer2.5-opt-linux-x86-2005-05-23.tar.gz
 
 
 
== Installation ==
 
 
 
You can run the toplevel slicer executable from any directory, but if you want to install it as a system-wide package we suggest the following methods:
 
 
 
* Unix/Linux:
 
** place the slicer2 distribution directory in /usr/local/lib/slicer2.5
 
** place a symbolic link in /usr/local/bin pointing to the executable for your platform in the distribution directory
 
* Windows:
 
** there is no windows installer, so you may put slicer in any convenient location. You may wish to put a shortcut to the slicer2-win32.exe on your desktop.
 
* Mac OS:
 
** No installation suggestions currently
 
 
 
<br />
 
 
 
== Follow the Tutorial ==
 
 
 
To learn more about using Slicer, refer to the [[Slicer:Workshops:User_Training_101|Slicer_User_Training_101]] page which contains tutorials and sample data for Slicer2.5.
 
 
 
<br />
 
 
 
== Build Slicer (This is for developers) ==
 
 
 
If you want to build your own copy of Slicer 2.5 from the source code, follow the instructions here: [[Slicer:Slicer_2.5_Building|Slicer:Slicer_2.5_Building]]
 
 
 
<br />
 
 
 
== Notes for Mac OS X Users ==
 
 
 
To run Slicer on the Mac, you need to have the X server and from an xterm run the slicer2-darwin-ppc executable at the top level of the unpacked archive.
 
 
 
If you want to customize the X11 Application menu to launch slicer, you can use a syntax like the following:
 
 
 
xterm -e /Users/pieper/slicer2.5/latest/slicer2/slicer2-darwin-ppc
 
 
 
Other notes on building and running on the Mac are at [[Slicer:Slicer2.5_Patches_for_the_Mac|Slicer:Slicer2.5_Patches_for_the_Mac]]
 
 
 
Note that Slicer relies on the X11 system and must be launched from within an xterm. More information about X11 on the mac is here: http://developer.apple.com/darwin/runningx11.html
 
 
 
== Reporting Bugs ==
 
 
 
Please go to http://www.na-mic.org/Bug/ and report bugs for Slicer version 2.5.x. Information on [[Slicer:Bugs|How to enter bugs]] into the Slicer bug tracker.
 
 
 
== Where to go for Help ==
 
 
 
Compilation/development questions can be sent to the [http://lists.bwh.harvard.edu/mailman/listinfo/slicer-devel Slicer Developer's Mailing List]. Questions about running Slicer can be sent to the [http://lists.bwh.harvard.edu/mailman/listinfo/slicer-users Slicer User's Mailing List].
 

Latest revision as of 18:07, 10 July 2017

Home < Slicer:Slicer2.5 Getting Started

Note: We are migrating this content to the slicer.org domain - The newer page is here