mirror of
https://github.com/grumpycoders/pcsx-redux.git
synced 2025-04-02 10:41:54 -04:00
7 lines
123 B
Bash
Executable file
7 lines
123 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
PACKAGES="capstone curl ffmpeg freetype glfw libuv pkg-config zlib"
|
|
|
|
brew install ${PACKAGES}
|