Skip to content

Commit

Permalink
More instructions for pcre on macOS
Browse files Browse the repository at this point in the history
Summary:
Turns out that `brew` can succeed installing `pcre`, but still
not install development headers in `/usr/local/include/`
if that path is not writable. `brew doctor` should find that
and related problems.

Relevant ticket: #8

Reviewed By: patapizza, JonCoens

Differential Revision: D5031503

fbshipit-source-id: ba0b8e8
  • Loading branch information
Bartosz Nitka authored and facebook-github-bot committed May 9, 2017
1 parent 9ee4683 commit 9e88e95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ The easiest way to do that is with [Homebrew](https://brew.sh/):
```
brew install pcre
```
If that doesn't help, try running `brew doctor` and fix
the issues it finds.

## Quickstart
To compile and run the binary:
Expand Down

0 comments on commit 9e88e95

Please sign in to comment.