diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2013-03-17 04:32:22 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2013-03-17 04:32:22 +0000 |
| commit | 7638216c4e10b03bdd3873bfffb1de99c067b886 (patch) | |
| tree | cf47d73f59c726dae2f0528c42403ae2ced40a72 /cpp/README.txt | |
| parent | 021836b659be167b93f00bd76043a3fff53819eb (diff) | |
| download | qpid-python-7638216c4e10b03bdd3873bfffb1de99c067b886.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/qpid@1457373 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/README.txt')
| -rw-r--r-- | cpp/README.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/README.txt b/cpp/README.txt index 425e382a23..9e11474bb7 100644 --- a/cpp/README.txt +++ b/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 |
