autobuild 1.4.5
This work is licensed under the GPLv2 license. See License.txt for details
What's autobuild ?
Autobuild imports, configures, builds and installs various kinds of software packages. It can be used in software development to make sure that nothing is broken in the build process of a set of packages, or can be used as an automated installation tool.
Autobuild config files are Ruby scripts which configure rake to
-
imports the package from a SCM or (optionnaly) updates it
-
configures it. This phase can handle code generation, configuration (for instance for autotools-based packages), …
-
build
-
install
It takes the dependencies between packages into account in its build
process, updates the needed environment variables
(PKG_CONFIG_PATH
, PATH
,
LD_LIBRARY_PATH
, …)
Versions:
- 1.13.0 - March 13, 2018 (86.5 KB)
- 1.13.0.pre1 - March 13, 2018 (86.5 KB)
- 1.12.3 - February 05, 2018 (86 KB)
- 1.12.1 - December 04, 2017 (86 KB)
- 1.12.0 - November 16, 2017 (86 KB)
- 1.4.5 - December 22, 2009 (60.5 KB)