changeset 1117:3b27b83d7247

ALLOW_DOWNLOADS for Windows builds
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 02 Sep 2014 23:13:00 +0200
parents 96a280b815f4
children 3709c03ec9f0
files INSTALL
diffstat 1 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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.