From 8ff28418b35260b1a4ebe4c61ec2650c0d61f9cc Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Wed, 22 Mar 2023 14:13:56 -0700 Subject: [PATCH] mac: install cmake --- docker/install-scrypted-dependencies-mac.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/install-scrypted-dependencies-mac.sh b/docker/install-scrypted-dependencies-mac.sh index 158c6851f0..592d5a4bf9 100755 --- a/docker/install-scrypted-dependencies-mac.sh +++ b/docker/install-scrypted-dependencies-mac.sh @@ -42,6 +42,8 @@ RUN brew update RUN_IGNORE brew install node@18 # snapshot plugin and others RUN brew install libvips +# dlib +RUN brew install cmake # gstreamer plugins RUN_IGNORE brew install gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly # gst python bindings