Author: tross
Date: Mon Jun 14 19:33:25 2010
New Revision: 954603

URL: http://svn.apache.org/viewvc?rev=954603&view=rev
Log:
QPID-2667 - Documentation update from Chuck Rolke

Modified:
    qpid/trunk/qpid/cpp/INSTALL-WINDOWS

Modified: qpid/trunk/qpid/cpp/INSTALL-WINDOWS
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/INSTALL-WINDOWS?rev=954603&r1=954602&r2=954603&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/INSTALL-WINDOWS (original)
+++ qpid/trunk/qpid/cpp/INSTALL-WINDOWS Mon Jun 14 19:33:25 2010
@@ -69,17 +69,18 @@ installation. The Visual Studio projects
 
 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.



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to