QPID-7698: Add yum instructions for RDMA support; tidy up the related section
Project: http://git-wip-us.apache.org/repos/asf/qpid-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-cpp/commit/d2b80d40 Tree: http://git-wip-us.apache.org/repos/asf/qpid-cpp/tree/d2b80d40 Diff: http://git-wip-us.apache.org/repos/asf/qpid-cpp/diff/d2b80d40 Branch: refs/heads/master Commit: d2b80d40107b8ef29e51031dbc119017a15b1b6b Parents: 8054f71 Author: Justin Ross <[email protected]> Authored: Sat Mar 11 12:10:24 2017 -0800 Committer: Justin Ross <[email protected]> Committed: Sat Mar 11 12:10:24 2017 -0800 ---------------------------------------------------------------------- INSTALL.txt | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-cpp/blob/d2b80d40/INSTALL.txt ---------------------------------------------------------------------- diff --git a/INSTALL.txt b/INSTALL.txt index ab5fb1e..e1c4299 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -261,18 +261,25 @@ package management tool. For example on Fedora: # yum install cmake boost-devel libuuid-devel pkgconfig gcc-c++ make ruby help2man doxygen graphviz -For SASL and SSL, include +For SASL and SSL, include: + # yum install cyrus-sasl-devel nss-devel nspr-devel -For the XML Exchange, include: +For the XML exchange, include: # yum install xqilla-devel xerces-c-devel -Optional ruby binding support include: +For the RDMA transport, include: + + # yum install libibverbs-devel librdmacm-devel + +For the Ruby binding, include: + # yum install ruby ruby-devel swig -Optional legacystore store module. -# yum install libdb-cxx-devel libaio-devel +For the legacy store implementation, include: + + # yum install libdb-cxx-devel libaio-devel Follow the manual installation instruction below for any packages not available through your distributions packaging tool. @@ -324,4 +331,3 @@ Ensure that the boost libraries are made available on the gcc library path. For example: # export CXXFLAGS=-I~/qpid-tools/include/boost-1_33_1 - --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
