tdlight-java-natives/.github/workflows/scripts/install_deps_macos_amd64.sh

8 lines
218 B
Bash
Raw Permalink Normal View History

2023-05-13 14:57:32 +02:00
#!/bin/bash -ex
2023-06-05 22:48:04 +02:00
export HOMEBREW_NO_AUTO_UPDATE=1
2023-06-05 22:47:21 +02:00
brew install --force gperf
brew install --force coreutils
2023-06-05 22:20:03 +02:00
brew install --force openjdk
2023-06-05 22:47:21 +02:00
brew install --force freetype
brew install --force gd
brew install --force libtiff