TubeTK/Slicer: Difference between revisions

From KitwarePublic
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 since binaries are not yet available
** 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 Header.jpg


Home




For Users




For Developers




Contact Us

TubeTK in 3D Slicer

Users

Download 3D Slicer

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

Add TubeTK's Command Line Modules

  • Copy all of the TubeTK plugins to Slicer's plugins directory:
cp <YourTubeTKBuildDirectory>/TubeTK-Build/lib/TubeTK/Plugins/* 
    <YourSlicerBuildDirectory>/Slicer-build/lib/Slicer3/Plugins

Add TubeTK's Slicer python modules

  • Copy all of TubeTK's slicer python modules to Slicer's QTScriptableModules directory:
cp <YourTubeTKSourceDirectory>/Applications/SlicerModules/*.py
    <YourSlicerSourceDirectory>/QTScriptedModules/Scripts
  • Re-build Slicer

Run 3D Slicer

cd <YourSlicerBuildDirectory>/Slicer-build
./Slicer
  • The TubeTK modules will now be in the list of modules