Orthanc plugins SDK

Good morning all - a little bit of a different question today, for once!

I thought I would have a little foray into building the (original) version of Orthanc’s web interface. I’ve pulled the orthanc-dicomweb from mercurial and after installing a few missing libraries, I’m now at a point where build-dicomweb.sh is failing with a message “Please install the headers of the Orthanc plugins SDK”

I’m not too sure how to do that. Can anyone give me some pointers please?

Thanks

Hi Dave,

Once you’ve built Orthanc, you should run make install from its build directory. That should install the SDK.

It seems you are getting your inspiration from the Docker build instructions. Here is where it happens:
https://github.com/jodogne/OrthancDocker/blob/master/orthanc-big/build-orthanc.sh#L61

Hope this helps,

Alain