Repository: activemq Updated Branches: refs/heads/master 50604ad93 -> 5e4014a97
Update instructions to relfect the latest release. Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/5e4014a9 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/5e4014a9 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/5e4014a9 Branch: refs/heads/master Commit: 5e4014a9760cbf0eb25282e4a3aceb1cac81c548 Parents: 50604ad Author: Timothy Bish <[email protected]> Authored: Wed Aug 5 13:48:53 2015 -0400 Committer: Timothy Bish <[email protected]> Committed: Wed Aug 5 13:48:53 2015 -0400 ---------------------------------------------------------------------- assembly/src/release/examples/openwire/cpp/readme.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/5e4014a9/assembly/src/release/examples/openwire/cpp/readme.md ---------------------------------------------------------------------- diff --git a/assembly/src/release/examples/openwire/cpp/readme.md b/assembly/src/release/examples/openwire/cpp/readme.md index 3ea59ce..18383ff 100644 --- a/assembly/src/release/examples/openwire/cpp/readme.md +++ b/assembly/src/release/examples/openwire/cpp/readme.md @@ -10,17 +10,17 @@ These examples use the [ActiveMQ-CPP](http://activemq.apache.org/cms) C++ librar Building ======== -This will vary depending on where you installed your libraries and the compiler +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 ==================== -Note: You may need to update set an environment variable so that the -activemq-cpp shared libraries can be loaded. For example on my Ubuntu +Note: You may need to update set an environment variable so that the +activemq-cpp shared libraries can be loaded. For example on my Ubuntu system I had to add the following to my profile: export LD_LIBRARY_PATH=/usr/local/lib @@ -34,7 +34,7 @@ In another terminal window run: ./publisher You can control to which stomp server the examples try to connect to by -setting the following environment variables: +setting the following environment variables: * `ACTIVEMQ_HOST` * `ACTIVEMQ_PORT`
