TubeTK/Slicer: Difference between revisions
From KitwarePublic
< TubeTK
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
* '''Note that these instructions are under development''' | * '''Note that these instructions are under development''' | ||
* Please use [http://www.slicer.org/slicerWiki/index.php/Slicer4 Slicer4] | |||
= | == Users == | ||
=== Download 3D Slicer === | |||
* Download from http://www.slicer.org/pages/Special:SlicerDownloads | |||
* Select "Type of Download": Snapshots | |||
* Choose your operating system: Windows, Mac OS X, Linux or Solaris | |||
* File to download: Slicer3-4.0.alpha | |||
= Add TubeTK's Command Line Modules = | === Add TubeTK's Command Line Modules === | ||
* Copy all of the files in: | * Copy all of the files in: | ||
'''<YourTubeTKBuildDirectory>'''/TubeTK-Build/lib/TubeTK/Plugins | |||
to | |||
'''<YourSlicerDirectory>'''/lib/Slicer3/Plugins | |||
=== Run 3D Slicer === | |||
cd '''<YourSlicerDirectory>''' | |||
./Slicer | |||
* The TubeTK modules will now be in the list of modules | |||
== Developers == | |||
=== Build 3D Slicer === | |||
* Build Slicer4 according to the [http://www.slicer.org/slicerWiki/index.php/Slicer4_Build_instructions Slicer4 Build Instructions] | |||
=== Add TubeTK's Command Line Modules === | |||
* Copy all of the files in: | |||
'''<YourTubeTKBuildDirectory>'''/TubeTK-Build/lib/TubeTK/Plugins | '''<YourTubeTKBuildDirectory>'''/TubeTK-Build/lib/TubeTK/Plugins | ||
to | to | ||
'''<YourSlicerBuildDirectory>'''/Slicer-build/lib/Slicer3/Plugins | '''<YourSlicerBuildDirectory>'''/Slicer-build/lib/Slicer3/Plugins | ||
== Run 3D Slicer == | === Run 3D Slicer === | ||
cd '''<YourSlicerBuildDirectory>'''/Slicer-build | cd '''<YourSlicerBuildDirectory>'''/Slicer-build | ||
./Slicer | ./Slicer | ||
* The TubeTK modules will now be in the list of modules | * The TubeTK modules will now be in the list of modules |
Revision as of 00:25, 3 December 2010
TubeTK in 3D Slicer
- Note that these instructions are under development
- Please use Slicer4
Users
Download 3D Slicer
- Download from http://www.slicer.org/pages/Special:SlicerDownloads
- Select "Type of Download": Snapshots
- Choose your operating system: Windows, Mac OS X, Linux or Solaris
- File to download: Slicer3-4.0.alpha
Add TubeTK's Command Line Modules
- Copy all of the files in:
<YourTubeTKBuildDirectory>/TubeTK-Build/lib/TubeTK/Plugins
to
<YourSlicerDirectory>/lib/Slicer3/Plugins
Run 3D Slicer
cd <YourSlicerDirectory> ./Slicer
- The TubeTK modules will now be in the list of modules
Developers
Build 3D Slicer
- Build Slicer4 according to the Slicer4 Build Instructions
Add TubeTK's Command Line Modules
- Copy all of the files in:
<YourTubeTKBuildDirectory>/TubeTK-Build/lib/TubeTK/Plugins
to
<YourSlicerBuildDirectory>/Slicer-build/lib/Slicer3/Plugins
Run 3D Slicer
cd <YourSlicerBuildDirectory>/Slicer-build ./Slicer
- The TubeTK modules will now be in the list of modules