mirror of
https://github.com/bluekitchen/btstack.git
synced 2024-12-28 15:20:39 +00:00
port: fix cmake compile instructions
This commit is contained in:
parent
864e2f2b6b
commit
8e0bef02fe
@ -13,7 +13,7 @@ functionality will be interrupted.
|
||||
|
||||
## Compilation
|
||||
|
||||
BTstack's FeeeBSD port does not have additional dependencies. To compile the cmake project with make
|
||||
BTstack's FeeeBSD port does not have additional dependencies. To compile the cmake project with Make
|
||||
|
||||
mkdir build
|
||||
cd build
|
||||
@ -22,9 +22,9 @@ BTstack's FeeeBSD port does not have additional dependencies. To compile the cma
|
||||
|
||||
or using Ninja:
|
||||
|
||||
mkdir ninja
|
||||
cd ninja
|
||||
cmake ..
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -G Ninja ..
|
||||
ninja
|
||||
|
||||
## Running the examples
|
||||
|
@ -20,7 +20,7 @@ or using CMake + Ninja:
|
||||
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -G Ninja
|
||||
cmake -G Ninja ..
|
||||
ninja
|
||||
|
||||
## Environment Setup
|
||||
|
Loading…
Reference in New Issue
Block a user