Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 5 Current »

 

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

 

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

 

  1. https://xerces.apache.org/xerces-c/
  • No labels