all repos — mgba @ 46f8dffcd7a48c6f9c385e2d4d5645cdf3a046de

mGBA Game Boy Advance Emulator

.travis-deps.sh (view raw)

1#!/bin/sh
2if [ $TRAVIS_OS_NAME = "osx" ]; then
3	brew update
4	brew install qt5 ffmpeg imagemagick sdl2 libedit libelf libpng libzip
5fi