TubeTK/Slicer: Difference between revisions
From KitwarePublic
< TubeTK
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 42: | Line 42: | ||
=== Download 3D Slicer === | === Download 3D Slicer === | ||
* Download from http:// | * Download from http://download.slicer.org/ | ||
* Choose your operating system: Windows, Mac OS X, Linux | |||
* Choose your operating system: Windows, Mac OS X, Linux | * Choose stable release or nightly build | ||
* | |||
=== Add TubeTK's Command Line Modules === | === Add TubeTK's Command Line Modules === | ||
* | * Run Slicer | ||
* Edit -> Application Settings -> Additional module paths (click >> to the right of the box, then the Add button) | |||
* Select '''<YourTubeTKBuildDirectory>'''/TubeTK-Build/lib/TubeTK/Plugins/ | |||
=== | === Restart 3D Slicer === | ||
* On restart, the TubeTK modules will now be in the list of modules. All TubeTK module names end with (TubeTK) | |||
* | |||
== Developers == | == Developers == |
Revision as of 16:13, 8 March 2012
__NOTITLE__
|
TubeTK in 3D Slicer
UsersDownload 3D Slicer
Add TubeTK's Command Line Modules
Restart 3D Slicer
DevelopersBuild 3D Slicer
Add TubeTK's Command Line Modules
cp <YourTubeTKBuildDirectory>/TubeTK-Build/lib/TubeTK/Plugins/*tube* <YourSlicerBuildDirectory>/Slicer-build/lib/Slicer3/Plugins Add TubeTK's Slicer python modules
cp <YourTubeTKSourceDirectory>/Applications/SlicerModules/*.py <YourSlicerSourceDirectory>/QTScriptedModules/Scripts
Run 3D Slicercd <YourSlicerBuildDirectory>/Slicer-build ./Slicer
|