Penguin

Differences between current version and previous revision of BuildTools.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 5 Last edited on Friday, May 5, 2006 8:11:54 pm by LawrenceDoliveiro
Older page: version 4 Last edited on Friday, May 5, 2006 8:11:24 pm by LawrenceDoliveiro Revert
@@ -1 +1 @@
-A class of tools for building (compiling, testing and installing) software. make(1) is the cannonical build tool, but [Ant] is becoming widespread in [Java]-centric projects and many projects still use handcrafted bash(1) scripts Another interesting make-alternative is [Jam|http://www.perforce.com/jam/jam.html]. Monolithic [IDE]s are also build tools, but some [IDE]s interface to specialist build tools (VisualStudio with nmake, [Emacs] with make(1) or [Ant]). The BuildTools for some high level [ProgrammingLanguage]s are written in the language itself (such as the __distutils__ package for [Python] programs and the somewhat new __Module::Build__ module for [Perl] programs). 
+A class of tools for building (compiling, testing and installing) software. make(1) is the cannonical build tool, but [Ant] is becoming widespread in [Java]-centric projects and many projects still use handcrafted bash(1) scripts. Another interesting make-alternative is [Jam|http://www.perforce.com/jam/jam.html]. Monolithic [IDE]s are also build tools, but some [IDE]s interface to specialist build tools (VisualStudio with nmake, [Emacs] with make(1) or [Ant]). The BuildTools for some high level [ProgrammingLanguage]s are written in the language itself (such as the __distutils__ package for [Python] programs and the somewhat new __Module::Build__ module for [Perl] programs).