Xalan-C++: Difference between revisions
From CBLFS
Jump to navigationJump to search
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++ ==... |
|||
| Line 21: | Line 21: | ||
export XALANCROOT=$PWD && | export XALANCROOT=$PWD && | ||
./runConfigure -p linux -c gcc -x g++ -m nls -l -lpthread -P /usr && | ./runConfigure -p linux -c gcc -x g++ -m nls -l -lpthread -P /usr && | ||
make | make | ||
Revision as of 00:37, 16 April 2007
| 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 && make
Install the package:
make install
Multilib
32bit
ToDo
N32
ToDo
64Bit
ToDo