# HG changeset patch # User Sebastien Jodogne # Date 1739712631 -3600 # Node ID d69db70fa8baf292811ff64d71e976730be0af59 # Parent 23f67cddc4fc605d7f43eb66a63ca3658ea7a4c8 note diff -r 23f67cddc4fc -r d69db70fa8ba INSTALL --- a/INSTALL Sat Feb 15 17:04:27 2025 +0100 +++ b/INSTALL Sun Feb 16 14:30:31 2025 +0100 @@ -76,7 +76,7 @@ # cd [...]\Orthanc\Build # cmake -DSTANDALONE_BUILD=ON -DSTATIC_BUILD=ON -DALLOW_DOWNLOADS=ON \ - -DUSE_LEGACY_JSONCPP=ON -G "Visual Studio 9 2008" [...]\OrthancServer + -DUSE_LEGACY_JSONCPP=ON -DUSE_LEGACY_BOOST=ON -G "Visual Studio 9 2008" [...]\OrthancServer Then open the "[...]\Orthanc\Build\Orthanc.sln" with Visual Studio.