Update 'docs/getting_started.rst'

Update for new recommended build folder and cmake define name
This commit is contained in:
Robin Müller 2022-08-01 20:45:39 +02:00
parent 52ee50ba8c
commit 1db04cf20c
1 changed files with 2 additions and 2 deletions

View File

@ -105,8 +105,8 @@ You can use the following commands inside the ``fsfw`` folder to set up the buil
.. code-block:: console
mkdir build-tests && cd build-tests
cmake -DFSFW_BUILD_UNITTESTS=ON -DFSFW_OSAL=host ..
mkdir cmake-build-tests && cd cmake-build-tests
cmake -DFSFW_BUILD_TESTS=ON -DFSFW_OSAL=host ..
You can also use ``-DFSFW_OSAL=linux`` on Linux systems.