How to build orthanc with cmake

Hi All, i am trying to build orthanc server code to run/modify/open orthanc explorer but during build (using cmake) getting error install sqlite3. Which i have place in c:/sqlite, but still getting error.
Can i open orthanc in vs 2022 to modify/ build and run?

Hi,

You should try to run cmake with these options: -DALLOW_DOWNLOADS=ON -DSTATIC_BUILD=ON

HTH,

Alain.

Hello,

Also, make sure to read the INSTALL file in the source distribution of Orthanc that provides build instructions.

Kind Regards,
Sébastien-

Thanks @alainmazy for the information and response. let me try.

Hi @jodogne,
Thanks for the information. Sure will check and try.