TubeTK/Slicer: Difference between revisions
From KitwarePublic
< TubeTK
Jump to navigationJump to search
No edit summary |
|||
Line 36: | Line 36: | ||
* Note that there are different instructions for '''users''' and '''developers''' | * Note that there are different instructions for '''users''' and '''developers''' | ||
** For now, TubeTK must be built from source: [[TubeTK/Development | See the TubeTK developers page for instructions to build and extend TubeTK]] | ** For now, TubeTK must be built from source: [[TubeTK/Development | See the TubeTK developers page for instructions to build and extend TubeTK]] | ||
** '''Users''': | ** '''Users''': Download a pre-compiled version of Slicer | ||
** '''Developers''': | ** '''Developers''': Build Slicer from source | ||
== Users == | == Users == | ||
Line 54: | Line 54: | ||
=== Run 3D Slicer === | === Run 3D Slicer === | ||
cd '''<YourSlicerDirectory>''' | cd '''<YourSlicerDirectory>''' | ||
./ | ./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 21:41, 6 March 2011
__NOTITLE__
|
TubeTK in 3D Slicer
UsersDownload 3D Slicer
Add TubeTK's Command Line Modules
cp <YourTubeTKBuildDirectory>/TubeTK-Build/lib/TubeTK/Plugins/* <YourSlicerDirectory>/lib/Slicer3/Plugins Run 3D Slicercd <YourSlicerDirectory> ./Slicer
DevelopersBuild 3D Slicer
Add TubeTK's Command Line Modules
cp <YourTubeTKBuildDirectory>/TubeTK-Build/lib/TubeTK/Plugins/* <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
|