5. Quick Start

At this point, you are familiar with the concepts explained in the getting-started and you want to get your hands dirty. Fair enough.

In this section you will find clear and simple examples that you can run on your computer to understand the basic syntax and basic default rules.

5.1. Building C/C++ projects

The project structure is as follows:

  • build some c++ files
  • build a library
  • build another c++ file
  • create an app

Table Of Contents

Previous topic

4. Basic Concepts

Next topic

6. Builtin rules reference

This Page