You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by cc...@apache.org on 2008/05/14 21:28:49 UTC

svn commit: r656376 - /incubator/qpid/trunk/qpid/cpp/INSTALL

Author: cctrieloff
Date: Wed May 14 12:28:49 2008
New Revision: 656376

URL: http://svn.apache.org/viewvc?rev=656376&view=rev
Log:
Added requires for XML exchange

Modified:
    incubator/qpid/trunk/qpid/cpp/INSTALL

Modified: incubator/qpid/trunk/qpid/cpp/INSTALL
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/INSTALL?rev=656376&r1=656375&r2=656376&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/INSTALL (original)
+++ incubator/qpid/trunk/qpid/cpp/INSTALL Wed May 14 12:28:49 2008
@@ -54,6 +54,10 @@
 
 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 @@
  * 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
 ===================