Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

The following instructions will install Xerces on Linux.

No Format
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.