diff INSTALL @ 3185:c6dab987f43a

changed VS precompiled headers to support Ninja + instructions to use Ninja & QtCreator on Windows
author Alain Mazy <alain@mazy.be>
date Fri, 01 Feb 2019 17:53:40 +0100
parents 8b6b0b6ece6b
children 6f35279215c4
line wrap: on
line diff
--- a/INSTALL	Wed Jan 30 17:50:51 2019 +0100
+++ b/INSTALL	Fri Feb 01 17:53:40 2019 +0100
@@ -91,6 +91,20 @@
   Visual Studio that do not support C++11
 
 
+Native Windows build with Microsoft Visual Studio 2015, Ninja and QtCreator
+---------------------------------------------------------------------------
+
+Open a Visual Studio 2015 x64 Command Prompt.
+
+# cd [...]\OrthancBuild
+# cmake -G Ninja -DSTATIC_BUILD=ON [...]\Orthanc
+# ninja
+
+Then, you can open an existing project in QtCreator:
+* Select the CMakeLists.txt in [...]\Orthanc
+* Import build from [...]\OrthancBuild
+
+
 
 Cross-Compilation for Windows under GNU/Linux
 ---------------------------------------------