Orchestra is a meta build system. Its job is to automate the repetitive tasks required to build a complex software project with many dependencies.
TODO - write about:
- fundamental concepts (components, builds, dependencies)
- actions (clone, configure, install)
- binary archives
- "root portability" (rpath, etc)
- usage examples
- integration with git
See the documentation in /docs
.
TODO - document Orchestra usage
python setup.py bdist_wheel
pip install --user dist/orchestra*.whl
See HACKING.md