Skip to content
ivmartel edited this page Feb 20, 2015 · 13 revisions

#Welcome to the DwvExplorer wiki!

Build requirements

  • python (2.7.8),
  • CMake (2.8.12 or higher),
  • a C++ compiler.

Build instructions

  • Checkout the Orthanc source code (0.8.4 or 0.8.5),
  • Checkout the DwvExplorer plugin source code (git clone or download zip),
  • Point CMake to the DwvExplorer folder and choose a build folder,
  • Run Configure in CMake,
  • Set the path to the Orthanc sources in the CMake ORTHANC_DIR variable,
  • Run Generate in CMake,
  • Compile with your favourite compiler.

Orthanc configuration

Just add the path to the DwvExplorer shared library (built or from its releases) in the "Plugins" section of an Orthanc configuration file.

Launch Orthanc with the configuration file as input (for example Orthanc ./Configuration.json) and browse to http://localhost:8042/plugin-dwv/explorer.html# (update if you changed the default port).

Clone this wiki locally