Skip to content

Commit

Permalink
Update developer_setup.md
Browse files Browse the repository at this point in the history
Rugged requires `cmake` and `pkg-config`. Ran into build errors without this one yesterday on Mac...but adding pkg-config enabled setup script to work.

See install notes for rugged:
https://github.com/libgit2/rugged#install
  • Loading branch information
priley86 authored Nov 1, 2017
1 parent b5e5f61 commit fa5be7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions developer_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@

```bash
brew install git
brew install pkg-config
brew install memcached
brew install postgresql
brew install cmake
Expand Down

0 comments on commit fa5be7b

Please sign in to comment.