Skip to content

Commit

Permalink
update brew install script to include pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
mateogianolio committed Jul 7, 2016
1 parent a8e18af commit c4d13d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ console.log('prediction:', prediction.indexOf(Math.max.apply(null, prediction)))
Clone this repository. The script is using [canvas](https://www.npmjs.com/package/canvas), so you'll need to install the **Cairo** rendering engine. On OS X, assuming you have [Homebrew](https://brew.sh) installed, this can be done with the following (copied from canvas README):

```bash
$ brew install cairo jpeg giflib
$ brew install pkg-config cairo jpeg giflib
```

Then install npm dependencies and test it:
Expand Down

0 comments on commit c4d13d2

Please sign in to comment.