Skip to content

Get started

Gustavo Pantuza edited this page Apr 30, 2019 · 5 revisions

To use C project template your need to follow the following steps:

Clone the project

git clone https://github.com/pantuza/c-project-template.git

Change the project.conf file

This file contains all necessary variable to configure your project. Just open it with your favorite text editor and change variables.

cd c-project-template
vim project.conf

Start your new C project

make start


Just refer to your project directory and test it by running make tests!

We have a page that explains how to check if everything is ok with your bare new project