From acaf7d59a7c287d0f06a18973b3487a515fa6ff8 Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Wed, 31 Oct 2007 18:29:09 +0000 Subject: Creating a tag for the latest java RC. This will be promoted as the Final release if the RC is good git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/tags/M2@590781 13f79535-47bb-0310-9956-ffa450edef68 --- Final/cpp/tests/examples.README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Final/cpp/tests/examples.README (limited to 'Final/cpp/tests/examples.README') diff --git a/Final/cpp/tests/examples.README b/Final/cpp/tests/examples.README new file mode 100644 index 0000000000..65f908c249 --- /dev/null +++ b/Final/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 -- cgit v1.2.1