This is a toplevel project skeleton for automating building the Multicompiler. The make files and build scripts automate many of the tedious tasks required for building and autmating testing and deployment of the Multicompiler. Originally this began as a set of submodules, and later sub-repos and sub-trees, but due to the in-development nature of the Multicompiler, these methods became unwieldy. Until git provides a sane way to manage projects composed of many pieces, we're going to simply clone our subprojects directly.
git clone -b no-submodules [email protected]:/ilovepi/multicompiler-automation.git multicompiler
Install dependancies (Ubuntu only), Patch printf.h, Clone the Multicompiler Sources, and Build the project
./build.sh
make install
./git_pull.sh
These are all still WIP as these projects progress.