comparison INSTALL @ 1117:3b27b83d7247

ALLOW_DOWNLOADS for Windows builds
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 02 Sep 2014 23:13:00 +0200
parents 00f9f36bcd94
children 538fc8359a9a
comparison
equal deleted inserted replaced
1116:96a280b815f4 1117:3b27b83d7247
52 52
53 See the file "DarwinCompilation.txt". 53 See the file "DarwinCompilation.txt".
54 54
55 55
56 56
57 Native Windows build with Microsoft Visual Studio 2005 57 Native Windows build with Microsoft Visual Studio
58 ------------------------------------------------------ 58 -------------------------------------------------
59 59
60 # cd [...]\OrthancBuild 60 # cd [...]\OrthancBuild
61 # cmake -DSTANDALONE_BUILD=ON -DSTATIC_BUILD=ON -G "Visual Studio 8 2005" [...]\Orthanc 61 # cmake -DSTANDALONE_BUILD=ON -DSTATIC_BUILD=ON -DALLOW_DOWNLOADS=ON -G "Visual Studio 8 2005" [...]\Orthanc
62 62
63 Then open the "[...]/OrthancBuild/Orthanc.sln" with Visual Studio. 63 Then open the "[...]/OrthancBuild/Orthanc.sln" with Visual Studio.
64 64
65 NOTES: 65 NOTES:
66 * More recent versions of Visual Studio should also work. 66 * More recent versions of Visual Studio than 2005 should also
67 work. Type "cmake" without arguments to have the list of generators
68 that are available on your computer.
67 * You will have to install the Platform SDK (version 6 or above) for 69 * You will have to install the Platform SDK (version 6 or above) for
68 Visual Studio 2005: 70 Visual Studio 2005:
69 http://en.wikipedia.org/wiki/Microsoft_Windows_SDK. 71 http://en.wikipedia.org/wiki/Microsoft_Windows_SDK.
70 Read the CMake FAQ: http://goo.gl/By90B 72 Read the CMake FAQ: http://goo.gl/By90B
71 73