Sha256: 619ce7111624e6fc74e32afe693e2bd93ccad2e50b839e443c6ef37ee4249973

Contents?: true

Size: 1.49 KB

Versions: 13

Compression:

Stored size: 1.49 KB

Contents

= build-tool

* http://michael-jansen.biz/build-tool

== DESCRIPTION:

This project is inspired by kdesrc-build[http://kdesrc-build.kde.org/].

It help in building and maintaining a development environment. It downloads
and configures sources and updates them later.

== FEATURES/PROBLEMS:

The tool uses recipes to build software from scratch. It does
    - Check out the sources from the repository (git, git-svn, svn).
    - Update the sources.
    - Set the build environment.
    - Configure (qt, cmake, custom)
    - Build
    - Install

It's main purpose is supporting me in developing kde while having a complete
kde workspace from trunk. I would like to have reliable and reproducable
builds so i'm sure the code is the problem and not my environment if something
fails to build.

Additional features are:
    - Open a shell with the environment used to build the sources.
    - Provide sample xessions and kde.desktop files to use the result.

Currently the following recipes are provided:
    - KDE Trunk

== SYNOPSIS:

  # Install a recipe
  > build-tool recipe install kde
  ...
  # Adapt the configuration
  > vim ~/.build-tool/kde.yaml

  # Build kdesupport/ modules and the base kde workspace
  kde-build build kdesupport/ KDE/

== Documentation

http://michael-jansen.biz/build-tool

== REQUIREMENTS:

* logging      >= 1.4.3
* sequel       >= 3.18.0
* sqlite3-ruby >= 1.3.1
* ansi         >= 1.2.2

== INSTALL:

  gem install build-tool

== LICENSE:

(The GPL LICENSE)

Copyright (c) 2009-2011 Michael Jansen

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
build-tool-0.5.7 README.txt
build-tool-0.5.6 README.txt
build-tool-0.5.5 README.txt
build-tool-0.5.4 README.txt
build-tool-0.5.3 README.txt
build-tool-0.5.2 README.txt
build-tool-0.4.6 README.txt
build-tool-0.5.1 README.txt
build-tool-0.4.5 README.txt
build-tool-0.5.0 README.txt
build-tool-0.4.4 README.txt
build-tool-0.4.3 README.txt
build-tool-0.4.2 README.txt