Skip to content

Commit

Permalink
Add instructions about PCRE for macOS
Browse files Browse the repository at this point in the history
Summary: This should resolve #8 and #6.

Reviewed By: xich

Differential Revision: D5000220

fbshipit-source-id: b713931
  • Loading branch information
Bartosz Nitka authored and facebook-github-bot committed May 4, 2017
1 parent e11014d commit 6327b61
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ Duckling is a Haskell library that parses text into structured data.
A Haskell environment is required. We recommend using
[stack](https://haskell-lang.org/get-started).

On macOS you'll need to install PCRE development headers.
The easiest way to do that is with [Homebrew](https://brew.sh/):
```
brew install pcre
```

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

0 comments on commit 6327b61

Please sign in to comment.