diff options
| author | Steven Shaw <steshaw@apache.org> | 2006-12-07 20:07:19 +0000 |
|---|---|---|
| committer | Steven Shaw <steshaw@apache.org> | 2006-12-07 20:07:19 +0000 |
| commit | c20d7eddc08de878a5407f03e0cd984f60262995 (patch) | |
| tree | 86aa0c74a27f74fecd7eb127ba385116e2a2f868 /cpp/tests/examples.README | |
| parent | 8acccbfa9493064e2bb6d38b830c1814ca0dc463 (diff) | |
| download | qpid-python-c20d7eddc08de878a5407f03e0cd984f60262995.tar.gz | |
New make-dist script and related files. Just a hack for now to build a binary dev release. Also updated README-dev with correct automake version and note about configuring cppunit
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@483638 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/tests/examples.README')
| -rw-r--r-- | cpp/tests/examples.README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/cpp/tests/examples.README b/cpp/tests/examples.README new file mode 100644 index 0000000000..65f908c249 --- /dev/null +++ b/cpp/tests/examples.README @@ -0,0 +1,18 @@ +Building the examples +--------------------- + +You had better edit the Makefile and provide the locations for APR and boost. + +Then just type 'make'. + + +Running the examples +-------------------- + +Before running the examples ensure that you have setup your LD_LIBRARY_PATH. + +Most of the examples take the following connection parameters for your +AMQP broker: + + -host host + -port port |
