summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/INSTALL-WINDOWS17
1 files changed, 9 insertions, 8 deletions
diff --git a/cpp/INSTALL-WINDOWS b/cpp/INSTALL-WINDOWS
index 0b09572816..195fc303d8 100644
--- a/cpp/INSTALL-WINDOWS
+++ b/cpp/INSTALL-WINDOWS
@@ -69,17 +69,18 @@ installation. The Visual Studio projects refer to it. For example:
3. Building from a Source Distribution
======================================
-The Qpid client/broker, examples, and tests are built with separate
-Visual Studio solution files. The procedure for all three is the same.
+The Qpid client/broker, examples, and tests are built with a single
+Visual Studio solution file which is generated by CMake.
-Start the Visual Studio IDE and open the desired solution. They are located
-under the distribution directory in the following places:
+From a command prompt:
-- broker/client: src/qpidc.sln
-- examples: src/examples/examples.sln
-- tests: src/tests/tests.sln
+ # cd qpid\cpp
+ # cmake -i
-Open the desired solution, select Debug or Release, and build.
+Output from CMake includes .h files in the include directory, .vcproj
+files for executables and dlls, and the qpid-cpp.sln solution file.
+
+Open the qpid-cpp.sln solution, select Debug or Release, and build.
You can build both Release and Debug from the same project.
If you build all the projects you can then "Build" the RUN_TESTS project.