blob: 65f908c249c8fba187a4beffc7c997af5601aa47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
|