summaryrefslogtreecommitdiff
path: root/qpid/cpp
diff options
context:
space:
mode:
authorCharles E. Rolke <chug@apache.org>2015-07-14 20:13:07 +0000
committerCharles E. Rolke <chug@apache.org>2015-07-14 20:13:07 +0000
commitd646ff375d038b8ce2bdb4dfde896ee346476f8a (patch)
tree91f4e8587f61ce0dca6e9b276130e81dd3bf2cff /qpid/cpp
parent5242a7518c87873b8adf60ff12df5fdcf9feda89 (diff)
downloadqpid-python-d646ff375d038b8ce2bdb4dfde896ee346476f8a.tar.gz
QPID-6641: Step to Visual Studio 2012, Boost 1.55, CMake 2.8.11
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1691070 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
-rw-r--r--qpid/cpp/README-winsdk.txt22
1 files changed, 14 insertions, 8 deletions
diff --git a/qpid/cpp/README-winsdk.txt b/qpid/cpp/README-winsdk.txt
index 793063198a..808d089174 100644
--- a/qpid/cpp/README-winsdk.txt
+++ b/qpid/cpp/README-winsdk.txt
@@ -49,6 +49,12 @@ This kit is distributed as four zip files:
qpid-cpp-x64-VS2010-<version>.zip - projects and libraries for 64-bit
x64 development using
Visual Studio 2010.
+ qpid-cpp-x86-VS2012-<version>.zip - projects and libraries for 32-bit
+ x86 and Win32 development using
+ Visual Studio 2012.
+ qpid-cpp-x64-VS2012-<version>.zip - projects and libraries for 64-bit
+ x64 development using
+ Visual Studio 2012.
For additional software or information on the Qpid project go to:
http://cwiki.apache.org/qpid/
@@ -56,17 +62,17 @@ http://cwiki.apache.org/qpid/
2. Prerequisites
================
-A. Visual Studio 2008 or Visual Studio 2010. The kits were produced
- using Visual Studio 2008 or Visual Studio 2010 and provide a matched
+A. Visual Studio 2008, 2010, or 2012. The kits were produced with the
+ corresponding version of Visual Studio and provide a matched
set of link libraries for each tool chain.
B. MSVC runtime libraries. Copies of the MSVC redistributable runtime
libraries and manifest are included in the \bin\release directories.
-C. Boost version 1_47. The Boost libraries required by this SDK are
+C. Boost version 1_55. The Boost libraries required by this SDK are
included in the \bin\debug and \bin\release directories.
-D. CMake version 2.8.6 or later, available for free from http://cmake.org/
+D. CMake version 2.8.11 or later, available for free from http://cmake.org/
CMake generates custom Visual Studio solutions and projects for
the unmanaged C++ examples.
@@ -148,7 +154,7 @@ unmanaged | org.apache.qpid.messaging.dll |
4. Building unmanaged C++ examples
-===========================
+==================================
This version of Qpid-Cpp-Win-Sdk ships with no pre-built Visual Studio
solution or project files for the C++ examples. Instead this kit has
@@ -157,7 +163,7 @@ support for using CMake to generate the solution and project files.
A. Make sure that the CMake bin directory is defined in your path.
You may check this from a command prompt by typing:
> cmake --version
- cmake version 2.8.6
+ cmake version 2.8.11
If CMake is installed correctly it will respond with a version number.
@@ -186,6 +192,6 @@ Debug or Release configuration.
* Only the Release variant of Qpid code uses the redistributable
MSVC libraries in the /bin/release directory. Users who wish to link to
the Debug variant of Qpid code may do so under their own copy of
- Visual Studio where the debug versions of MSVC90 or MSVC100 runtime
- libraries are available.
+ Visual Studio where the debug versions of MSVC90, MSVC100, or MSVC110
+ runtime libraries are available.