This project requires node
, its package manager npm
, as well as grunt
to run. It also requires python
and make
. Make sure they are installed first (Ubuntu and alike):
sudo apt-get install nodejs npm make
sudo npm install -g grunt grunt-cli
Then, install all dependencies via npm
:
npm install
Finally build the project:
make
It's usage is as follows:
./generator
The model synthesis code is distributed under the Apache License.