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

8 lines
197 B
Bash
Raw Normal View History

2023-05-13 14:57:32 +02:00
#!/bin/bash -ex
brew update
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