mac_setup.sh 291 B

12345678910111213
  1. #!/bin/bash
  2. if ! command -v brew &> /dev/null ; then
  3. /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  4. fi
  5. brew install cmake
  6. brew install gcc
  7. brew install jq
  8. brew install pkgconf
  9. brew install llvm@13
  10. brew install freetype
  11. brew install expat