Difference between revisions of "Xalan-C++"

From CBLFS
Jump to navigationJump to search
Line 3: Line 3:
 
!Download Source:
 
!Download Source:
 
| http://apache.edgescape.com/xml/xalan-c/Xalan-C_1_10_0-src.tar.gz
 
| http://apache.edgescape.com/xml/xalan-c/Xalan-C_1_10_0-src.tar.gz
|
 
|}
 
{| style="text-align: left; background-color: AliceBlue;"
 
 
|-
 
|-
 
!Download Source:
 
!Download Source:
 
| http://www.apache.org/dist/xml/xalan-c/source/Xalan-C_1_10_0-src.tar.gz
 
| http://www.apache.org/dist/xml/xalan-c/source/Xalan-C_1_10_0-src.tar.gz
 +
|}
 +
 
----
 
----
|
 
|}
 
  
 
{{Blank-Package-Introduction}}
 
{{Blank-Package-Introduction}}

Revision as of 17:56, 14 September 2007

Download Source: http://apache.edgescape.com/xml/xalan-c/Xalan-C_1_10_0-src.tar.gz
Download Source: http://www.apache.org/dist/xml/xalan-c/source/Xalan-C_1_10_0-src.tar.gz

Introduction to Xalan-C++

Project Homepage: Unknown

Dependencies

Required

Non-Multilib

Note: On 64 bit systems you will likely have to change a couple of "(int)" to "(long)"; build fails otherwise...

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