From ebfd9ff053b04ab379acfc0fefedee5a31b6d8a5 Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Fri, 21 Oct 2011 01:19:00 +0000 Subject: Undo bad merge from trunk - merged at wrong level. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-2519@1187150 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/INSTALL-WINDOWS | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'cpp/INSTALL-WINDOWS') diff --git a/cpp/INSTALL-WINDOWS b/cpp/INSTALL-WINDOWS index 75fa69079e..964d644a7a 100644 --- a/cpp/INSTALL-WINDOWS +++ b/cpp/INSTALL-WINDOWS @@ -64,7 +64,7 @@ manually installed to non-standard locations. For example: It is also necessary to set BOOST_ROOT to refer to the base of your Boost installation. The Visual Studio projects refer to it. For example: - # set BOOST_ROOT="C:\Program Files\boost\boost_1_35_0" + # set BOOST_ROOT=C:\Program Files\boost\boost_1_35_0 3. Building from a Source Distribution @@ -75,7 +75,7 @@ Visual Studio solution file which is generated by CMake. From a command prompt: # cd qpid\cpp - # cmake -i -G "Visual Studio 9 2008" . + # cmake -i Output from CMake includes .h files in the include directory, .vcproj files for executables and dlls, and the qpid-cpp.sln solution file. @@ -120,12 +120,7 @@ files that are part of the build. Configure again. Repeat until all the Cache Values are gray. - Click the OK button to generate the project/make files. -Open the qpid-cpp.sln solution located in the build directory, 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. -This will run the test suite against the Qpid version just built. +Now follow instruction for building from a source distribution in step (3). 5. Tests -- cgit v1.2.1