Introduction

Makebreed - Quick Guide

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


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.