Table of Contents |
---|
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
No Format |
---|
module load library/xercescpp/3.1.4 The path is: /sw/library/xerces/xercesCpp/3.1.4 |
Installation
No Format |
---|
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