To initialize a project, place the makebreed 'configure' script in the directory of the new project.
Then run the following command in your terminal and a basic hello world c++ project will be generated:
./configure --init
Now start the common build chain:
./configure
make
Finally you can run the hello-world project:
./build/linux/bin/hello-world
To create a debian package for installation:
sudo make deb