TubeTK/Slicer: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
Line 45: Line 45:
* Select "Type of Download": Snapshots
* Select "Type of Download": Snapshots
* Choose your operating system: Windows, Mac OS X, Linux or Solaris
* Choose your operating system: Windows, Mac OS X, Linux or Solaris
* File to download: Slicer3-4.0.alpha
* File to download = the latest version of Slicer4, e.g., "Slicer-4.0.beta..."


=== Add TubeTK's Command Line Modules ===
=== Add TubeTK's Command Line Modules ===

Revision as of 21:37, 6 March 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
  • Add TubeTK's slicer python modules to the list in <YourSlicerSourceDirectory>/QTScriptedModules/Scripts/CMakeLists.txt
  • Re-build Slicer

Run 3D Slicer

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