TubeTK/Slicer: Difference between revisions
From KitwarePublic
< TubeTK
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
=== Add TubeTK's Command Line Modules === | === Add TubeTK's Command Line Modules === | ||
* Copy all of the | * Copy all of the TubeTK plugins to Slicer's plugins directory: | ||
'''<YourTubeTKBuildDirectory>'''/TubeTK-Build/lib/TubeTK/Plugins | cp '''<YourTubeTKBuildDirectory>'''/TubeTK-Build/lib/TubeTK/Plugins/* '''<YourSlicerDirectory>'''/lib/Slicer3/Plugins | ||
=== Run 3D Slicer === | === Run 3D Slicer === | ||
cd '''<YourSlicerDirectory>''' | cd '''<YourSlicerDirectory>''' | ||
./ | ./Slicer3 | ||
* The TubeTK modules will now be in the list of modules | * The TubeTK modules will now be in the list of modules | ||
Line 30: | Line 28: | ||
=== Add TubeTK's Command Line Modules === | === Add TubeTK's Command Line Modules === | ||
* Copy all of the | * Copy all of the TubeTK plugins to Slicer's plugins directory: | ||
'''<YourTubeTKBuildDirectory>'''/TubeTK-Build/lib/TubeTK/Plugins | cp '''<YourTubeTKBuildDirectory>'''/TubeTK-Build/lib/TubeTK/Plugins/* '''<YourSlicerDirectory>'''/Slicer-build/lib/Slicer3/Plugins | ||
=== Run 3D Slicer === | === Run 3D Slicer === |
Revision as of 00:31, 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 TubeTK plugins to Slicer's plugins directory:
cp <YourTubeTKBuildDirectory>/TubeTK-Build/lib/TubeTK/Plugins/* <YourSlicerDirectory>/lib/Slicer3/Plugins
Run 3D Slicer
cd <YourSlicerDirectory> ./Slicer3
- 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 TubeTK plugins to Slicer's plugins directory:
cp <YourTubeTKBuildDirectory>/TubeTK-Build/lib/TubeTK/Plugins/* <YourSlicerDirectory>/Slicer-build/lib/Slicer3/Plugins
Run 3D Slicer
cd <YourSlicerBuildDirectory>/Slicer-build ./Slicer
- The TubeTK modules will now be in the list of modules