diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2007-07-30 13:25:31 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2007-07-30 13:25:31 +0000 |
| commit | 0f77facf829f0116edf17e9baa1b83cfa2ea698e (patch) | |
| tree | b2c3367010770a039ed699b20e6b759712bca332 /qpid/cpp/README | |
| parent | acec2c92baed7d513bd1bb3a6a93fd3d1b7f7b1e (diff) | |
| download | qpid-python-0f77facf829f0116edf17e9baa1b83cfa2ea698e.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@560973 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/README')
| -rw-r--r-- | qpid/cpp/README | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/qpid/cpp/README b/qpid/cpp/README index a6c25dcd0f..b50d00ed7c 100644 --- a/qpid/cpp/README +++ b/qpid/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) |
