summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2011-02-21 17:33:12 +0000
committerStephen D. Huston <shuston@apache.org>2011-02-21 17:33:12 +0000
commitf96147fe36b4633e6f974a913e2a13b16ee5782a (patch)
tree4a495a15f51ea4f020e5082c9077cc9db854be91
parente12ff7bd297345f9a40ceee4308d4915ffb01938 (diff)
downloadqpid-python-f96147fe36b4633e6f974a913e2a13b16ee5782a.tar.gz
Improvements per QPID-3077
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1073086 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/INSTALL-WINDOWS11
1 files changed, 8 insertions, 3 deletions
diff --git a/qpid/cpp/INSTALL-WINDOWS b/qpid/cpp/INSTALL-WINDOWS
index 964d644a7a..75fa69079e 100644
--- a/qpid/cpp/INSTALL-WINDOWS
+++ b/qpid/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
+ # cmake -i -G "Visual Studio 9 2008" .
Output from CMake includes .h files in the include directory, .vcproj
files for executables and dlls, and the qpid-cpp.sln solution file.
@@ -120,7 +120,12 @@ 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.
-Now follow instruction for building from a source distribution in step (3).
+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.
5. Tests