Sha256: 8a66b284f998f47e742d6f30e0ad285a7d6ac33201bce3619c96a5ba62fab105
Contents?: true
Size: 1.5 KB
Versions: 3
Compression:
Stored size: 1.5 KB
Contents
= build-tool * http://build-tool.rubyforge.org == DESCRIPTION: This project is inspired by kdesvn-build[http://kdesvn-build.kde.org/]. It help in building and maintaining a development environment. It downloads and configures sources and updates them later. == FEATURES/PROBLEMS: * This is major rewrite version. Use at your own risk. 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 developing kde while having a complete kde workspace from trunk. I would like to have reliable and reproducable build 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: - Qt 4.6 (either from the kde-qt or qtsoftware repositories. - KDE 4.3 - 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/ == REQUIREMENTS: * logging > 1.2.2 * hoe > 2.3.3 == INSTALL: gem install build-tool == LICENSE: (The GPL LICENSE) Copyright (c) 2009 Michael Jansen
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
build-tool-0.1.2 | README.txt |
build-tool-0.1.0 | README.txt |
build-tool-0.1.1 | README.txt |