Xalan-C++

From CBLFS
Revision as of 17:23, 15 April 2007 by Jciccone (talk | contribs) (New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://apache.edgescape.com/xml/xalan-c/Xalan-C_1_10_0-src.tar.gz |} ---- == Introduction to Xalan-C++ ==...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: http://apache.edgescape.com/xml/xalan-c/Xalan-C_1_10_0-src.tar.gz

Introduction to Xalan-C++

Dependencies

Required

Non-Multilib

Compile the package:

cd c &&
export XALANCROOT=$PWD &&
./runConfigure -p linux -c gcc -x g++ -m nls -l -lpthread -P /usr &&
./configure --prefix=/usr &&
make -C src/xalanc/Utils &&
make

Install the package:

make install

Multilib

32bit

ToDo

N32

ToDo

64Bit

ToDo