4594105 [rkeene@sledge /home/rkeene/projects/build]$ cat xerces.txt
# SHORT DESC: C++ XML Parser
# LONG DESC: 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. A shared library is provided for parsing, generating, manipulating, and validating XML documents.  Xerces-C++ is faithful to the XML 1.0 recommendation and many associated standards.

# This software has a crappy build procedure.  It sucks.

XERCESCROOT="`pwd`"
export XERCESCROOT

cd src/xercesc/ || exit 1
autoconf

./runConfigure -p linux -c gcc -x g++ -m inmem -n socket -t native -r pthread -P /usr

make && \
make install || exit 1
4594106 [rkeene@sledge /home/rkeene/projects/build]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 2012-05-07 00:52:06