mirror of
https://github.com/glest/glest-source.git
synced 2025-08-30 03:09:49 +02:00
5 lines
262 B
Bash
5 lines
262 B
Bash
#!/bin/sh
|
|
brew install sdl2 lua fontconfig freetype ftgl libogg glew libvorbis cppunit glib fribidi miniupnpc wxmac
|
|
brew install cmake
|
|
brew outdated cmake || brew upgrade cmake; brew outdated pkgconfig || brew upgrade pkgconfig
|
|
brew install Caskroom/cask/xquartz |