Apache Ant: Difference between revisions

From CBLFS
Jump to navigationJump to search
Oppiz (talk | contribs)
No edit summary
Oppiz (talk | contribs)
No edit summary
Line 5: Line 5:
|}
|}


{{Blank-Package-Introduction}}
{{Blank-Package-Introduction|Apache Ant is a Java-based build tool. In theory, it is kind of like Make, but without Make's wrinkles.|http://ant.apache.org/index.html}}
 
== Dependencies ==
 
== Non-Multilib ==
 
 
Compile the package:
 
make
 
Install the package
 
make install
 
== Multilib ==
 
=== 32Bit ===
 
Compile the package:
 
 
make
 
Install the package
 
make install
=== N32 ===
 
Compile the package:
 
make
 
Install the package
 
make install
 
=== 64Bit ===
 
Compile the package:
 
make
 
Install the package
 
make install

Revision as of 15:07, 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:

make

Install the package

make install

Multilib

32Bit

Compile the package:


make

Install the package

make install 

N32

Compile the package:

make

Install the package

make install 

64Bit

Compile the package:

make

Install the package

make install