diff options
| author | Alan Conway <aconway@apache.org> | 2007-08-17 19:04:14 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-08-17 19:04:14 +0000 |
| commit | f8c0b73b740f16dabdb478ed384f614291551eab (patch) | |
| tree | 4d45099957cc4dbee459472546f4fb40f6e97df9 /qpid/cpp/README | |
| parent | e3c9bc4d74b78f08d18f5a220d1d1150bf8c9645 (diff) | |
| download | qpid-python-f8c0b73b740f16dabdb478ed384f614291551eab.tar.gz | |
Fix cluster code for heap reuduction commit.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@567109 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/README')
| -rw-r--r-- | qpid/cpp/README | 25 |
1 files changed, 9 insertions, 16 deletions
diff --git a/qpid/cpp/README b/qpid/cpp/README index 5361d8aa61..c4cc67f133 100644 --- a/qpid/cpp/README +++ b/qpid/cpp/README @@ -31,24 +31,18 @@ Redhat Linux 3, will almost certainly require some packages to be upgraded. 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) + * boost <http://www.boost.org> (1.33.1) + * e2fsprogs <http://e2fsprogs.sourceforge.net/> (1.39) * 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) - - * apr <http://apr.apache.org> (1.2.7) - * boost <http://www.boost.org> (1.33.1) - * cppunit <http://cppunit.sourceforge.net> (1.11.4) + * openais <http://openais.org/> (0.80.3) -Using tools: +Running qpid test suite requires: + * cppunit <http://cppunit.sourceforge.net> (1.11.4) -Qpid has been built using the gcc compiler: - * gcc <http://gcc.gnu.org/> (3.2.3) +Qpid has been built using the GNU C++ compiler: + * gcc <http://gcc.gnu.org/> (3.2.3) If you want to build directly from the SVN repository you will need all of the above plus: @@ -66,9 +60,8 @@ all of the above plus: On linux most packages can be installed using your distribution's package management tool. For example on Fedora: - - # yum install apr-devel boost-devel cppunit-devel - # yum install pkgconfig doxygen graphviz help2man + # yum install pkgconfig e2fsprogs boost-devel cppunit-devel openais + # yum install make gcc-c++ autoconf automake libtool doxygen help2man graphviz Follow the manual installation instruction below for any packages not available through yum. |
