1
1
mirror of https://github.com/danbee/persephone synced 2025-03-04 08:39:11 +00:00
persephone/bin/setup
2019-09-27 13:34:52 -04:00

11 lines
127 B
Bash
Executable File

#!/bin/sh
brew install meson
git submodule update --init
cd libmpdclient && \
meson . output && \
ninja -C output
cd ..