db.UnitoolConf: now loading own cached textdb loader
[unitool.git] / README
blob059e4f93035588a6e8c054a3fa6bdd6e5cfc5667
1 Universal Toolchain Wrappers
2 -----------------------------
4 This is a little toolkit that provides an platform-independent
5 command line and API for calling toolchain commands (compiler,
6 linker, etc), including an simple libtool emulation.
8 Porcelain scripts are yet missing (coming soon), but unitool is
9 already used by treebuild (http://repo.or.cz/w/treebuild.git)
12 Build/Install:
14     * `ant compile` compiles the unitool.jar file and places it
15        under ./build/
16     * `ant install` installs it to $HOME/.jar
19 Source tree: http://repo.or.cz/w/unitool.git
20 Contact: Enrico Weigelt, metux IT service <weigelt@metux.de>