Closed mvala closed 9 years ago
You don't want to add zproject.gsl to your Makefile.
Instead, copy the generate.sh
script and project.xml
to your project root, customize the project.xml
model, and run ./generate.sh
by hand whenever you change your model or want to regenerate.
This is what i did. I started with 3 files on empty directory. generate.sh, project.xml and license.xml.
This happens if you copy the whole of zproject's project.xml and don't delete the <bin name="blah" />
nodes. I think this could be made easier to understand and get started with by having an example project in zproject, maybe?
i am getting following error. Do we need to have .gsl in generated project? Isn't it enough to have .gsl files in /usr/loca/bin?