TubeTK/Slicer: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
Line 48: Line 48:


=== Run 3D Slicer ===
=== Run 3D Slicer ===
  cd '''<YourSlicerDirectory>''' ./Slicer3
  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

Revision as of 13:24, 22 December 2010

__NOTITLE__


TubeTK Header.jpg


Home




For Users




For Developers



Contact Us

TubeTK in 3D Slicer

  • Note that these instructions are under development
  • Please use Slicer4
  • Note that there are different instructions for users and developers

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:
mkdir <YourSlicerDirectory>/Slicer-build/lib/Slicer3/Plugins/TubeTK
cp <YourTubeTKBuildDirectory>/TubeTK-Build/lib/TubeTK/Plugins/* 
    <YourSlicerDirectory>/Slicer-build/lib/Slicer3/Plugins/TubeTK

Run 3D Slicer

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