mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-02 00:15:06 +01:00
d299d0ed65
This appears to properly handle the ffmpeg libraries that dylibbundler failed to patch.
6 lines
90 B
Bash
Executable File
6 lines
90 B
Bash
Executable File
#!/bin/sh -ex
|
|
|
|
brew update
|
|
brew install qt5 sdl2 p7zip ccache ffmpeg
|
|
pip3 install macpack
|