BobBuildTool/bob

Out-of-tree build support

jkloetzke opened this issue · 0 comments

It should be possible to build a project outside of the recipe tree. Example:

mkdir /d/bob/b1 && cd /d/bob/b1
bob init /path/to/recipes
bob dev ...

or

bob init /path/to/recipes /d/bob/b1
cd /d/bob/b1
bob build ...