Add libtiff

This commit is contained in:
Andrea Cavalli 2023-04-26 17:08:10 +02:00
parent 8f22e3c98a
commit d75c49e38c
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ if [[ "$OPERATING_SYSTEM_NAME" == "linux" ]]; then
elif [[ "$OPERATING_SYSTEM_NAME" == "osx" ]]; then
echo "==OSX======"
brew install gperf cmake openssl coreutils imagemagick
brew install gperf cmake openssl coreutils
brew install libtiff
brew install openjdk
elif [[ "$OPERATING_SYSTEM_NAME" == "windows" ]]; then
echo "==Windows=="