diff options
Diffstat (limited to 'Final/cpp/tests/examples.README')
-rw-r--r-- | Final/cpp/tests/examples.README | 18 |
1 files changed, 18 insertions, 0 deletions
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 |