# HG changeset patch # User Sebastien Jodogne # Date 1409692380 -7200 # Node ID 3b27b83d72479aa4e7caa1f87c5d823132227c18 # Parent 96a280b815f491b81311734fb8844ad3d8a10db2 ALLOW_DOWNLOADS for Windows builds diff -r 96a280b815f4 -r 3b27b83d7247 INSTALL --- a/INSTALL Tue Sep 02 17:48:43 2014 +0200 +++ b/INSTALL Tue Sep 02 23:13:00 2014 +0200 @@ -54,16 +54,18 @@ -Native Windows build with Microsoft Visual Studio 2005 ------------------------------------------------------- +Native Windows build with Microsoft Visual Studio +------------------------------------------------- # cd [...]\OrthancBuild -# cmake -DSTANDALONE_BUILD=ON -DSTATIC_BUILD=ON -G "Visual Studio 8 2005" [...]\Orthanc +# cmake -DSTANDALONE_BUILD=ON -DSTATIC_BUILD=ON -DALLOW_DOWNLOADS=ON -G "Visual Studio 8 2005" [...]\Orthanc Then open the "[...]/OrthancBuild/Orthanc.sln" with Visual Studio. NOTES: -* More recent versions of Visual Studio should also work. +* More recent versions of Visual Studio than 2005 should also + work. Type "cmake" without arguments to have the list of generators + that are available on your computer. * You will have to install the Platform SDK (version 6 or above) for Visual Studio 2005: http://en.wikipedia.org/wiki/Microsoft_Windows_SDK.