1
1
mirror of https://github.com/danbee/persephone synced 2025-03-04 08:39:11 +00:00

Add Brewfile for libmpdclient deps

This commit is contained in:
Daniel Barber 2019-02-20 08:05:40 -05:00
parent 9bedbec407
commit 2e6ec19515
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8
2 changed files with 21 additions and 2 deletions

2
Brewfile Normal file
View File

@ -0,0 +1,2 @@
brew "meson"
brew "ninja"

View File

@ -19,8 +19,25 @@ description](https://en.wikipedia.org/wiki/Music_Player_Daemon).
## Setup
Run `bin/setup` before opening the Xcode project. You probably want MPD server
to be running on your local machine.
Install dependencies from Homebrew:
```sh
$ brew bundle
```
Run `bin/setup`:
```sh
$ bin/setup
```
Open the Xcode project:
```sh
$ open Persephone.xcodeproj
```
You will probably want MPD server to be running on your local machine.
## Credits