/
Xerces-c++
Xerces-c++
Introduction
Xerces-C++ is a validating XML parser written in a portable subset of C++. Xerces-C++ makes it easy to give your application the ability to read and write XML data.
Usage
module load library/xercescpp/3.1.4 The path is: /sw/library/xerces/xercesCpp/3.1.4
Installation
module load gcc/4.9.0 ./configure --prefix=/sw/library/xerces/xercesCpp/3.1.4 2>&1 | tee configureLog.txt make 2>&1 | tee makeLog.txt make install 2>&1 | tee makeInstallLog.txt
Reference
, multiple selections available,