comparison INSTALL @ 3188:70356580e310

merge
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 04 Feb 2019 12:09:26 +0100
parents c6dab987f43a
children 6f35279215c4
comparison
equal deleted inserted replaced
3187:4bbadcd03966 3188:70356580e310
89 Read the CMake FAQ: http://goo.gl/By90B 89 Read the CMake FAQ: http://goo.gl/By90B
90 * The "-DUSE_LEGACY_JSONCPP=ON" must be set for versions of 90 * The "-DUSE_LEGACY_JSONCPP=ON" must be set for versions of
91 Visual Studio that do not support C++11 91 Visual Studio that do not support C++11
92 92
93 93
94 Native Windows build with Microsoft Visual Studio 2015, Ninja and QtCreator
95 ---------------------------------------------------------------------------
96
97 Open a Visual Studio 2015 x64 Command Prompt.
98
99 # cd [...]\OrthancBuild
100 # cmake -G Ninja -DSTATIC_BUILD=ON [...]\Orthanc
101 # ninja
102
103 Then, you can open an existing project in QtCreator:
104 * Select the CMakeLists.txt in [...]\Orthanc
105 * Import build from [...]\OrthancBuild
106
107
94 108
95 Cross-Compilation for Windows under GNU/Linux 109 Cross-Compilation for Windows under GNU/Linux
96 --------------------------------------------- 110 ---------------------------------------------
97 111
98 Some versions of MinGW-W64 might have problems with C++11 (notably 112 Some versions of MinGW-W64 might have problems with C++11 (notably