Skip to content
Snippets Groups Projects
Commit 55a05179 authored by eemelisa's avatar eemelisa
Browse files

Update README.md

parent 0f6d8d73
Branches main
No related tags found
No related merge requests found
...@@ -66,11 +66,11 @@ Create _build folder and go to it. ...@@ -66,11 +66,11 @@ Create _build folder and go to it.
Run CMake (needs to be done only once unless you add files to the project). Run CMake (needs to be done only once unless you add files to the project).
> `cmake -G Ninja -DMOVESENSE_CORE_LIBRARY=../movesense-device-lib/MovesenseCoreLib/ -DCMAKE_TOOLCHAIN_FILE=../movesense-device-lib/MovesenseCoreLib/toolchain/gcc-nrf52.cmake <app folder>` > `cmake -G Ninja -DMOVESENSE_CORE_LIBRARY=../movesense-device-lib/MovesenseCoreLib/ -DCMAKE_TOOLCHAIN_FILE=../movesense-device-lib/MovesenseCoreLib/toolchain/gcc-nrf52.cmake <app folder (Example: ../gatt_sensordata_app)>`
To create a release version: To create a release version:
> `cmake -G Ninja -DMOVESENSE_CORE_LIBRARY=../movesense-device-lib/MovesenseCoreLib/ -DCMAKE_TOOLCHAIN_FILE=../movesense-device-lib/MovesenseCoreLib/toolchain/gcc-nrf52.cmake -DCMAKE_BUILD_TYPE=Release <sovellus kansio>` > `cmake -G Ninja -DMOVESENSE_CORE_LIBRARY=../movesense-device-lib/MovesenseCoreLib/ -DCMAKE_TOOLCHAIN_FILE=../movesense-device-lib/MovesenseCoreLib/toolchain/gcc-nrf52.cmake -DCMAKE_BUILD_TYPE=Release <app folder (Example: ../gatt_sensordata_app)>`
Run ninja command to build the app. Run ninja command to build the app.
> `ninja pkgs` > `ninja pkgs`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment