diff options
author | Carl C. Trieloff <cctrieloff@apache.org> | 2008-05-14 19:28:49 +0000 |
---|---|---|
committer | Carl C. Trieloff <cctrieloff@apache.org> | 2008-05-14 19:28:49 +0000 |
commit | cea0eaf714ac743a40682fe4b0ad1f7f95b2be24 (patch) | |
tree | 990b41c0bfd8566541a1fbe0795976144dc784ba /cpp | |
parent | b44c493bf9b50131c2f70685578dc0bf0c2f4684 (diff) | |
download | qpid-python-cea0eaf714ac743a40682fe4b0ad1f7f95b2be24.tar.gz |
Added requires for XML exchange
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@656376 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 d1c36f960f..b33751647e 100644 --- a/cpp/INSTALL +++ b/cpp/INSTALL @@ -54,6 +54,10 @@ a source distribution: Optional cluster functionality requires: * openais <http://openais.org/> (0.80.3) + +Optional XML exchange requires: + * xqilla <http://xqilla.sourceforge.net/HomePage> (2.0.0) + * xerces-c <http://xerces.apache.org/xerces-c/> (2.7.0) Running qpid test suite requires: * cppunit <http://cppunit.sourceforge.net> (1.11.4) @@ -74,6 +78,9 @@ all of the above plus: * ruby 1.8 <http://www.ruby-lang.org> (1.8.4) +NOTE: make sure to install the related '-devel' packages also! + + 2.2. How to Install =================== |