Author: tabish
Date: Tue Jun 3 06:27:41 2008
New Revision: 662787
URL: http://svn.apache.org/viewvc?rev=662787&view=rev
Log:
Updating docs to reflect changes in the new release.
Modified:
activemq/activemq-cpp/trunk/README.txt
Modified: activemq/activemq-cpp/trunk/README.txt
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/README.txt?rev=662787&r1=662786&r2=662787&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/README.txt (original)
+++ activemq/activemq-cpp/trunk/README.txt Tue Jun 3 06:27:41 2008
@@ -5,7 +5,6 @@
ActiveMQ CPP is a messaging library that can use multiple protocols to
talk to a MOM (e.g. ActiveMQ).
-
1 Dependencies
--------------------------------------------------------------------------
@@ -49,8 +48,16 @@
http://cppunit.sourceforge.net/cppunit-wiki/BuildingCppUnit1 this covers
both MSVC along with many other platforms and tool suites.
+1.3 APR and APR Util
+-------------------------------------------------------------------------
+
+The build requires the APR library and the APR-Util. These libraries can
+be obtained from the APR site at: http://apr.apache.org/ See the
+documentation there on how to build these libraries for your platform. On
+many Unix system the libraries can be installed using the systems package
+installer.
-1.3 GNU Build System (for building on Unix/Linux/OS X/Cygwin)
+1.4 GNU Build System (for building on Unix/Linux/OS X/Cygwin)
--------------------------------------------------------------------------
To Generate the ./configure script use to create the Makefiles, you need