Compiling Authentication Plug-In as 64 bit

I am having trouble compiling the Authentication Plug-In as 64bit. Has anyone had any experience with this?

Ideally if anyone has a step by step guide to compile the Authentication Plug-in for windows 64bit systems that would be much appreciated.

from the orthanc-authorizaion folder:

  • mkdir build
  • cd build
  • cmake -DSTATIC_BUILD=ON … -G “Visual Studio 15 2017 Win64”
  • open .sln file and compile in Visual Studio
    Of course, you need to adapt the “generator” to your visual studio version