summaryrefslogtreecommitdiff
path: root/qpid/cpp/README.txt
diff options
context:
space:
mode:
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