mirror of https://github.com/apache/activemq.git
Update instructions to relfect the latest release.
This commit is contained in:
parent
50604ad932
commit
5e4014a976
|
@ -13,8 +13,8 @@ Building
|
|||
This will vary depending on where you installed your libraries and the compiler
|
||||
you are using but on my Ubuntu system, I compiled the examples as follows:
|
||||
|
||||
gcc Listener.cpp -o listener -I/usr/local/include/activemq-cpp-3.8.1 -I/usr/include/apr-1.0 -lactivemq-cpp -lstdc++
|
||||
gcc Publisher.cpp -o publisher -I/usr/local/include/activemq-cpp-3.8.1 -I/usr/include/apr-1.0 -lactivemq-cpp -lstdc++
|
||||
gcc Listener.cpp -o listener -I/usr/local/include/activemq-cpp-3.8.4 -I/usr/include/apr-1.0 -lactivemq-cpp -lstdc++
|
||||
gcc Publisher.cpp -o publisher -I/usr/local/include/activemq-cpp-3.8.4 -I/usr/include/apr-1.0 -lactivemq-cpp -lstdc++
|
||||
|
||||
Running the Examples
|
||||
====================
|
||||
|
|
Loading…
Reference in New Issue