From 21f917b44055f862f6e4a49d487a0847670a7247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morten=20Wehlast=20J=C3=B8rgensen?= <33001823+mortenwehlast@users.noreply.github.com> Date: Tue, 29 Mar 2022 11:03:56 +0200 Subject: [PATCH 1/2] Update cmake installation on mac Brew now uses "brew install --cask" format for installations. Upgraded accordingly. --- doc/installation/1_prerequisites.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installation/1_prerequisites.md b/doc/installation/1_prerequisites.md index 5bb618301..20e4d279a 100644 --- a/doc/installation/1_prerequisites.md +++ b/doc/installation/1_prerequisites.md @@ -76,7 +76,7 @@ sudo pip install numpy opencv-python ## Mac OS Prerequisites 1. If you don't have `brew`, install it by running `bash scripts/osx/install_brew.sh` on your terminal. -2. Install **CMake GUI**: Run the command `brew cask install cmake`. +2. Install **CMake GUI**: Run the command `brew install cmake --cask`. 3. Install **Caffe, OpenCV, and Caffe prerequisites**: Run `bash scripts/osx/install_deps.sh`. From 162028c03835ac422646c04b4c13f1606874a104 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morten=20Wehlast=20J=C3=B8rgensen?= <33001823+mortenwehlast@users.noreply.github.com> Date: Tue, 29 Mar 2022 12:10:58 +0200 Subject: [PATCH 2/2] Update 1_prerequisites.md --- doc/installation/1_prerequisites.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installation/1_prerequisites.md b/doc/installation/1_prerequisites.md index 20e4d279a..0357851e6 100644 --- a/doc/installation/1_prerequisites.md +++ b/doc/installation/1_prerequisites.md @@ -76,7 +76,7 @@ sudo pip install numpy opencv-python ## Mac OS Prerequisites 1. If you don't have `brew`, install it by running `bash scripts/osx/install_brew.sh` on your terminal. -2. Install **CMake GUI**: Run the command `brew install cmake --cask`. +2. Install **CMake GUI**: Run the command `brew install --cask cmake`. 3. Install **Caffe, OpenCV, and Caffe prerequisites**: Run `bash scripts/osx/install_deps.sh`.