From a03498a54dc3459d5eeb0bc61abe01d8e62a35e3 Mon Sep 17 00:00:00 2001 From: Alois <3199943+alois-git@users.noreply.github.com> Date: Thu, 9 Nov 2023 13:41:59 +0100 Subject: [PATCH] Update README.md for macos --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4f63789..46d4755 100644 --- a/README.md +++ b/README.md @@ -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 ==================