summaryrefslogtreecommitdiff
path: root/cpp/README
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2007-07-30 13:25:31 +0000
committerAndrew Stitcher <astitcher@apache.org>2007-07-30 13:25:31 +0000
commitf5bcdf79d18710205afb5ce95ab20686e9acea63 (patch)
treefc143ce68ddd8509da07f7a9192cecb6f6da18c1 /cpp/README
parent04a5eca2d8ff39952f8b76a647572756f277b17c (diff)
downloadqpid-python-f5bcdf79d18710205afb5ce95ab20686e9acea63.tar.gz
r797@fuschia: andrew | 2007-07-30 14:25:02 +0100
* Removed all the leader-follower acceptor code (APR based acceptor) * Removed the --enable/disable-apr-netio option to configure git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@560973 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/README')
-rw-r--r--cpp/README4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/README b/cpp/README
index a6c25dcd0f..b50d00ed7c 100644
--- a/cpp/README
+++ b/cpp/README
@@ -33,9 +33,11 @@ The following libraries and header files must be installed to build
a source distribution:
* boost <http://www.boost.org> (1.33.1)
* uuid <http://e2fsprogs.sourceforge.net/> (1.39)
- * apr <http://apr.apache.org> (1.2.7)
* pkgconfig <http://pkgconfig.freedesktop.org/wiki/> (0.21)
+Building on a platform other than Linux currently requires:
+ * apr <http://apr.apache.org> (1.2.7)
+
Optional cluster functionality requires:
* openais <http://openais.org/> (0.80.3)