Skip to content

Installation

sjh26 edited this page May 9, 2018 · 6 revisions

Slicer Extension Manager

The Osteotomy Planner can be installed from the Extension Manager in Slicer as of the 5/8/2018 nightly build

Installation From Source Code

Slicer 4.8+ Installation

Follow the instructions on the Slicer Wiki to build Slicer from source. Make sure you are building 4.8.1 or newer.

Osteotomy Planner Build

Download the Osteotomy Planner souce code

$ git clone [email protected]:KitwareMedical/OsteotomyPlanner.git

Build Osteotomy Planner

Create an Osteotomy-build directory. Configure with Cmake and build with the generator of choice. You will need to specify the inner build directory of your Slicer build. Screenshot of Cmake Configuration

Add the Extension's library paths to Slicer

You will need to add the lib/cli-modules and lib/qt-loadable-modules directories of the module to the search path of Slicer. This is done by editing the application settings after Slicer startup with Edit -> Application Settings -> Modules, adding the lib/module_type paths from your Osteotomy-build directory and restarting Slicer.