Difference between revisions of "Installation"

From wiki
Jump to: navigation, search
Line 16: Line 16:
 
Installation procedure :
 
Installation procedure :
 
* download {{MediaWiki:Xerces-link}}
 
* download {{MediaWiki:Xerces-link}}
 +
* extract the archive to a location further referenced as ''xerces_path''
 
* download [{{MediaWiki:Download-url}} XeuMeuLeu]
 
* download [{{MediaWiki:Download-url}} XeuMeuLeu]
* extract the archive to ''xeumeuleu_path''
+
* extract the archive to a location further referenced as ''xeumeuleu_path''
 
* add ''xeumeuleu_path''/src/libraries to include path
 
* add ''xeumeuleu_path''/src/libraries to include path
 
* add ''xerces_path'' to include path
 
* add ''xerces_path'' to include path
* link against xerces lib
 
 
* use #include <xeumeuleu/xml.hpp>
 
* use #include <xeumeuleu/xml.hpp>
 
* optionally define XML_LIBRARY to use xerces static or deploy application with xerces DLL
 
* optionally define XML_LIBRARY to use xerces static or deploy application with xerces DLL
* optionaly do all the same with xalan
+
* optionally link against xerces lib
 +
* optionally do all the same with {{MediaWiki:Xalan-link}}

Revision as of 11:58, 6 June 2009

XeuMeuLeu does not require more than downloading and extracting the latest available archive.

Apache Xerces and (optionally) Apache Xalan might however require some compilation, although binary distributions are directly available for download for the most common platforms.
Refer to their respective documentation for instructions on how to proceed :

Note that if you plan to use only the XML subset of XeuMeuLeu then only Apache Xerces is needed.

XeuMeuLeu requires the following versions of those libraries :

  • Apache Xerces-C++ 2.7.0 or 2.8.0
  • Apache Xalan-C++ 1.10

Installation procedure :

  • download Apache Xerces
  • extract the archive to a location further referenced as xerces_path
  • download XeuMeuLeu
  • extract the archive to a location further referenced as xeumeuleu_path
  • add xeumeuleu_path/src/libraries to include path
  • add xerces_path to include path
  • use #include <xeumeuleu/xml.hpp>
  • optionally define XML_LIBRARY to use xerces static or deploy application with xerces DLL
  • optionally link against xerces lib
  • optionally do all the same with Apache Xalan