diff options
| author | Carl C. Trieloff <cctrieloff@apache.org> | 2011-02-09 19:35:12 +0000 |
|---|---|---|
| committer | Carl C. Trieloff <cctrieloff@apache.org> | 2011-02-09 19:35:12 +0000 |
| commit | e2669f51c0bc5e0ae7c98e0550fd0d95020d8c64 (patch) | |
| tree | 15d0fc231882a03e00056aadb46d401e9caf63ed /cpp | |
| parent | e16fe6c22f7863b2a65affef970f1b6d3de8715a (diff) | |
| download | qpid-python-e2669f51c0bc5e0ae7c98e0550fd0d95020d8c64.tar.gz | |
comments for building ruby binding
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1069052 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/INSTALL | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cpp/INSTALL b/cpp/INSTALL index 6628552ce5..6483d7de4e 100644 --- a/cpp/INSTALL +++ b/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. |
