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

Compare with Current View Page History

Version 1 Next »

The following instructions will install Xerces on Linux.

wget http://www.apache.org/dist/xml/xerces-c/xerces-c-current.tar.gz
tar -zxvf xerces-c-current.tar.gz
cd xerces-c-src_2_7_0/src/xercesc
./runConfigure -plinux -cgcc -xg++ -minmem -nsocket -tnative -rpthread -P /path/to/install/dir
make
make install

Please read the Xerces installation guide for more detailed information.

  • No labels