all repos — mgba @ 77ab0ef7703b9a8f0eaf9b43cbd6341bca12f773

mGBA Game Boy Advance Emulator

.travis-deps.sh (view raw)

1#!/bin/sh
2set -e
3if [ $TRAVIS_OS_NAME = "osx" ]; then
4	brew update
5	brew install qt5 ffmpeg imagemagick sdl2 libedit libelf libpng libzip
6else
7	sudo apt-get update
8	sudo apt-get -y install libseccomp2
9fi