Skip to content

Commit

Permalink
Merge pull request #184 from alois-git/patch-1
Browse files Browse the repository at this point in the history
Update README.md for macos
  • Loading branch information
ryanbinns authored Nov 10, 2023
2 parents cf95c1f + a03498a commit b95fd2c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ In order to use your the `protobuf-c` library compiled from source,
run *cmake* as
`PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH cmake .`

Under macos one way to build ttwatch is to install the following package using brew then follow the standard build instructions below.

```
brew install cmake openssl curl libusb protobuf protobuf-c
```

Build Instructions
==================

Expand Down

0 comments on commit b95fd2c

Please sign in to comment.