Updated build param table

This commit is contained in:
Alejandro Saucedo 2020-09-13 11:59:02 +01:00
parent 320b4e88e1
commit b37daea34d

View file

@ -246,9 +246,9 @@ Simplified Kompute Components
## Build Overview
The build system provided is CMAKE which allows for cross platform builds. Below is a brief overview of the build system.
The build system provided is `cmake` which allows for cross platform builds. Below is a brief overview of the build system.
### CMAKE parameters
### Build parameters (cmake)
The recommended approach to build the project is as out-of-source build in the `build` folder. This project comes with a `Makefile` that provides a set of commands that help with developer workflows. You can see some of the commands if you want to add some of the more advanced commands.