You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2009/06/09 15:54:47 UTC

svn commit: r783001 - /activemq/activemq-cpp/trunk/activemq-cpp/README.txt

Author: tabish
Date: Tue Jun  9 13:54:47 2009
New Revision: 783001

URL: http://svn.apache.org/viewvc?rev=783001&view=rev
Log:
Added a note on using Macports on Mac to install the APR dependencies.

Modified:
    activemq/activemq-cpp/trunk/activemq-cpp/README.txt

Modified: activemq/activemq-cpp/trunk/activemq-cpp/README.txt
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/README.txt?rev=783001&r1=783000&r2=783001&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/README.txt (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/README.txt Tue Jun  9 13:54:47 2009
@@ -86,6 +86,12 @@
 APR-Util 1.2.x, this implies that you will need to build and install APR from
 the source download at Apache.
 
+On Mac you can use MacPorts to install a version of APR and APR-Util that
+works with ActiveMQ-CPP.  At the time of this writing the MacPorts versions
+were APR 1.3.3 and APR-Util 1.3.4 respectively.  See the MacPorts website for
+instructions on how to install the MacPorts utility and on using it to install
+the APR libraries.
+
 1.4 GNU Build System (for building on Unix/Linux/OS X)
 --------------------------------------------------------------------------