Xerces-C++

From CBLFS
Revision as of 16:58, 15 April 2007 by Jciccone (talk | contribs) (New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://www.apache.org/dist/xml/xerces-c/source/xerces-c-src_2_7_0.tar.gz |} ---- == Introduction to Xerce...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: http://www.apache.org/dist/xml/xerces-c/source/xerces-c-src_2_7_0.tar.gz

Introduction to Xerces-C++

Dependencies

Non-Multilib

Compile the package:

export XERCESCROOT=$PWD &&
cd src/xercesc &&
./configure --prefix=/usr &&
make

Install the package:

make install

Multilib

32bit

ToDo

N32

ToDo

64Bit

ToDo