From b37daea34dd969570c549919611fbfb8a6ff569c Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Sun, 13 Sep 2020 11:59:02 +0100 Subject: [PATCH] Updated build param table --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4fd0394bd..e156393c6 100644 --- a/README.md +++ b/README.md @@ -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.