This website requires JavaScript.
Explore
Help
Sign In
tstarr
/
citra
Watch
1
Star
0
Fork
0
You've already forked citra
mirror of
https://github.com/starr-dusT/citra.git
synced
2024-10-02 10:26:17 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e1fbf90e16
citra
/
.travis
/
macos
/
deps.sh
6 lines
90 B
Bash
Raw
Normal View
History
Unescape
Escape
travis: Split build scripts for different platforms This commit also separates clang-format from the linux build, closing #2702.
2017-10-06 12:58:48 -07:00
#!/bin/sh -ex
brew update
travis/macos: Use macpack to bundle dependencies This appears to properly handle the ffmpeg libraries that dylibbundler failed to patch.
2019-03-09 06:05:56 -08:00
brew install qt5 sdl2 p7zip ccache ffmpeg
pip3 install macpack
Reference in New Issue
Copy Permalink