-
Notifications
You must be signed in to change notification settings - Fork 13
Installation
sjh26 edited this page May 9, 2018
·
6 revisions
The Osteotomy Planner can be installed from the Extension Manager in Slicer as of the 5/8/2018 nightly build
Follow the instructions on the Slicer Wiki to build Slicer from source. Make sure you are building 4.8.1 or newer.
$ git clone [email protected]:KitwareMedical/OsteotomyPlanner.git
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.
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.