From 54f201ea31fa9d1bd79b44969a81cb347e148b03 Mon Sep 17 00:00:00 2001 From: Louis Mollick Date: Nov 27 2022 04:43:03 +0000 Subject: Added updated brew install commands and libtiff compile flag for Mac OS build instructions --- diff --git a/doc/how_to_build_macosx.md b/doc/how_to_build_macosx.md index b383662..f02fb71 100644 --- a/doc/how_to_build_macosx.md +++ b/doc/how_to_build_macosx.md @@ -34,7 +34,7 @@ $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/ In a Terminal window, execute the following statements: ``` -$ brew install glew lz4 libjpeg libpng lzo pkg-config libusb cmake git-lfs libmypaint qt@5 boost jpeg-turbo +$ brew install glew lz4 libjpeg libpng lzo pkg-config libusb cmake git-lfs libmypaint qt@5 boost jpeg-turbo opencv $ git lfs install ``` @@ -60,7 +60,7 @@ $ git lfs pull $ cd thirdparty/lzo $ cp -r 2.03/include/lzo driver $ cd ../tiff-4.0.3 -$ ./configure && make +$ ./configure --disable-lzma && make ``` If you downloaded and installed boost from https://boost.org instead of homebrew, move the package under `thirdparty/boost` as follows: