summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl C. Trieloff <cctrieloff@apache.org>2011-02-09 19:35:12 +0000
committerCarl C. Trieloff <cctrieloff@apache.org>2011-02-09 19:35:12 +0000
commit3eabe6fb7d3f7b69878d5527a9eaf3309ff59cc6 (patch)
tree3fb9b8881e034b5fc56d081998439ab9ddb87721
parent0c3f29c4d2667c51e3d00506ac7afdd3735931d2 (diff)
downloadqpid-python-3eabe6fb7d3f7b69878d5527a9eaf3309ff59cc6.tar.gz
comments for building ruby binding
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1069052 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/INSTALL7
1 files changed, 7 insertions, 0 deletions
diff --git a/qpid/cpp/INSTALL b/qpid/cpp/INSTALL
index 6628552ce5..6483d7de4e 100644
--- a/qpid/cpp/INSTALL
+++ b/qpid/cpp/INSTALL
@@ -67,6 +67,10 @@ Optional SSL support requires:
* nss <http://www.mozilla.org/projects/security/pki/nss/>
* nspr <http://www.mozilla.org/projects/nspr/>
+Optional binding support for ruby requires:
+* ruby and ruby devel <http://www.ruby-lang.org/en/>
+* swig <http://www.swig.org/>
+
Qpid has been built using the GNU C++ compiler:
* gcc <http://gcc.gnu.org/> (3.4.6)
@@ -124,6 +128,9 @@ For the XML Exchange, include:
# yum install xqilla-devel xerces-c-devel
+Optional ruby binding support include:
+ # yum install ruby ruby-devel swig
+
Follow the manual installation instruction below for any packages not
available through your distributions packaging tool.