Skip to content

Commit

Permalink
port: fix cmake compile instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mringwal committed Jul 1, 2024
1 parent 864e2f2 commit 8e0bef0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions port/freebsd-netgraph/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion port/libusb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 20,7 @@ or using CMake Ninja:

mkdir build
cd build
cmake -G Ninja
cmake -G Ninja ..
ninja

## Environment Setup
Expand Down

0 comments on commit 8e0bef0

Please sign in to comment.