pkg-config is required on macOS

This commit is contained in:
MATSUU Takuto 2018-04-22 10:35:31 +09:00 committed by GitHub
parent b654a4918d
commit 3c16a6727e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ $ ./phi-editor
If you're on macOS, you can do something like this, using homebrew:
```bash
$ brew install sdl2 sdl2_image sdl2_ttf
$ brew install sdl2 sdl2_image sdl2_ttf pkg-config
$ go get github.com/felixangell/phi-editor
$ cd $GOPATH/src/github.com/felixangell/phi-editor
$ go build