summaryrefslogtreecommitdiff
path: root/qpid/cpp/README.txt
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2013-03-17 04:32:22 +0000
committerAndrew Stitcher <astitcher@apache.org>2013-03-17 04:32:22 +0000
commit1533a95469482a820d3f883c44e7e92fa02c5eb3 (patch)
tree3806add4e04caf494a1957fc399d862a199a3294 /qpid/cpp/README.txt
parent8e56cf3fca209d7c2858b5ccb326330f42ebf5d5 (diff)
downloadqpid-python-1533a95469482a820d3f883c44e7e92fa02c5eb3.tar.gz
QPID-4640: Fixed up some of the documentation from the autotools deprecation
- The new INSTALL-AUTOMAKE was incorrectly based on the new INSTALL not the old one - The cmake build instructions didn't use a separate build directory which is the recommended configuration (both by cmake and qpid) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1457373 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/README.txt')
-rw-r--r--qpid/cpp/README.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/qpid/cpp/README.txt b/qpid/cpp/README.txt
index 425e382a23..9e11474bb7 100644
--- a/qpid/cpp/README.txt
+++ b/qpid/cpp/README.txt
@@ -37,7 +37,9 @@ For documentation, go to:
In C++ distributions:
- cmake . # Generates code and makefiles
+ mkdir BLD # The recommended way to use cmake is in a separate build directory
+ cd BLD
+ cmake .. # Generates code and makefiles
make test # Runs tests
make install # Installs the client and daemon