TubeTK/Slicer: Difference between revisions
From KitwarePublic
< TubeTK
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 35: | Line 35: | ||
* Please use [http://www.slicer.org/slicerWiki/index.php/Slicer4 Slicer4] | * Please use [http://www.slicer.org/slicerWiki/index.php/Slicer4 Slicer4] | ||
* 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 | ** For now, TubeTK must be built from source: [[TubeTK/Development | See the TubeTK developers page for instructions to build and extend TubeTK]] | ||
** '''Users''': download a pre-compiled version of Slicer (cannot use TubeTK's python Slicer modules this way) | ** '''Users''': download a pre-compiled version of Slicer (cannot use TubeTK's python Slicer modules this way) | ||
** '''Developers''': build Slicer from source | ** '''Developers''': build Slicer from source |
Revision as of 19:04, 11 January 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> ./Slicer3
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
|