all repos — mgba @ 38c8e4c4e1d04ef3a6d3439a9c0c55499dd9e701

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