Projects tagged ‘build’ and ‘tools’


[74 total ]

1563 Users
   

Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files.
Created over 3 years ago.

866 Users
   

Apache Ant is a Java-based build tool. In theory, it is kind of like Make, but without Make's wrinkles.
Created over 3 years ago.

566 Users
   

GNU Autoconf is part of the GNU Build System. GNU Autoconf is a heavily used portability-enabling tool for UNIX-like systems, especially in free software projects. It is a compiler for a ... [More] domain-specific-language for describing library, header, and function dependencies of a project. It generates a shell script that can be run before building a package to customize the build to the system. [Less]
Created over 3 years ago.

518 Users
   

GNU Automake is a part of the GNU build system, along with GNU Autoconf and GNU Libtool. GNU Automake is a tool to create portable makefiles to manage the building and distribution of source code projects.
Created over 3 years ago.

347 Users
   

Rake is a Ruby make-like utility using standard Ruby syntax for the build specification file.
Created over 3 years ago.

287 Users
   

GNU Libtool hides the complexity of using shared libraries behind a consistent, portable interface. GNU Libtool ships with GNU libltdl, which hides the complexity of loading dynamic runtime ... [More] libraries (modules) behind a consistent, portable interface. [Less]
Created over 3 years ago.

220 Users
   

NAnt is a Ant like build tool for .NET
Created over 3 years ago.

195 Users
   

Hudson is an automated build system for a team as well as a system that monitors automated jobs (such as cron jobs)
Created over 3 years ago.

182 Users
   

pkg-config is a helper tool used when compiling applications and libraries. It helps you insert the correct compiler options on the command line so an application can use gcc -o test test.c ... [More] `pkg-config --libs --cflags glib-2.0` for instance, rather than hard-coding values on where to find glib (or other libraries). It is language-agnostic, so it can be used for defining the location of documentation tools, for instance. [Less]
Created over 2 years ago.

173 Users
   

The MacPorts Project's main goal is to provide an easy way to install various open-source software products on the Darwin OS family (OpenDarwin, Mac OS X and Darwin) There are currently about 5600 ... [More] completed and usable ports, with more being added on a regular basis. [Less]
Created over 3 years ago.