Projects tagged ‘build’ and ‘build_tools’


[68 total ]

1549 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.

859 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.

561 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.

514 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.

343 Users
   

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

286 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.

188 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.

188 Users
   

CMake is a cross-platform, open-source build system. It is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native ... [More] makefiles and workspaces that can be used in the compiler environment of your cour choice, such as GNU Make, Visual Studio, and Xcode. [Less]
Created over 3 years ago.

181 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.

108 Users
   

SCons is a software construction tool (build tool substitute for Make) implemented in Python. It features a modular build engine that can be embedded in other software. SCons configuration files are ... [More] Python scripts that call the build engine API. It can scan files to detect dependencies automatically and maintain a global view of all dependencies in a build tree, and uses MD5 signatures to detect changed file contents reliably. Timestamps can be used if you prefer. SCons also supports parallel builds and is easily extensible through user-defined builder and scanner objects. [Less]
Created over 3 years ago.