-
Notifications
You must be signed in to change notification settings - Fork 17
Home
ivmartel edited this page Feb 20, 2015
·
13 revisions
#Welcome to the DwvExplorer wiki!
- 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.
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).