Difference between revisions of "Apache Ant"

From CBLFS
Jump to navigationJump to search
Line 10: Line 10:
  
 
== Non-Multilib ==
 
== Non-Multilib ==
 
  
 
Compile the package:
 
Compile the package:
 
make
 
  
 
Install the package
 
Install the package
 
make install
 
  
 
== Multilib ==
 
== Multilib ==
Line 25: Line 20:
  
 
Compile the package:
 
Compile the package:
 
 
make
 
  
 
Install the package
 
Install the package
  
make install
 
 
=== N32 ===
 
=== N32 ===
  
 
Compile the package:
 
Compile the package:
 
make
 
  
 
Install the package
 
Install the package
  
make install
 
  
 
=== 64Bit ===
 
=== 64Bit ===
  
 
Compile the package:
 
Compile the package:
 
make
 
  
 
Install the package
 
Install the package
 
make install
 

Revision as of 16:10, 26 December 2008

Download Source: http://www.hightechimpact.com/Apache/ant/source/apache-ant-1.7.1-src.tar.bz2

Introduction to Apache Ant

Project Homepage: Unknown

Dependencies

Non-Multilib

Compile the package:

Install the package

Multilib

32Bit

Compile the package:

Install the package

N32

Compile the package:

Install the package


64Bit

Compile the package:

Install the package