diff --git a/README.md b/README.md index 228af03..bb35c31 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ - [How to use the project](#how-to-use-the-project) - [Network setup](#network-setup) - [MQTT usage](#mqtt-usage) + - [Disclaimer](#disclaimer) ## Overview The system contains 2 MCUs an EFR32xG24 (aka host) and an EFR32BG22 antenna array (aka NCP). @@ -60,9 +61,9 @@ Build system dependencies for ubuntu 22.04 lts systems: ### Build with CMAKE Usage (most modern IDE will natively support this): -1. Go to the project directory and configure: +1. Go to the project directory (e.g. ./locator_host/) and configure: ```bash - cmake _cmake -B build -G "Ninja" -DCMAKE_BUILD_TYPE:STRING= + cmake _cmake -B build -G "Ninja" -DCMAKE_BUILD_TYPE:STRING= -DCMAKE_TOOLCHAIN_FILE:STRING=toolchain.cmake ``` `` can be either `locator_host` or `locator_ncp`. `` can be `Debug` or `Release`.