Skip to content

Commit

Permalink
Update 'Getting Started' to include non-Node libs
Browse files Browse the repository at this point in the history
Added details on installing pango, cairo and pixman through brew, to avoid node-gyp installation problems.
  • Loading branch information
DylanLacey authored and Dylan Lacey committed Jun 24, 2020
1 parent c1cb9ee commit 509e8ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ Next, install Node.js via the [official package](https://nodejs.org) or via
globally (see also [gulp's getting started](https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md#getting-started)):

$ npm install -g gulp-cli

On MacOS, you might need to first install some things with brew:

$ brew install pango cairo pixman

If everything worked out, install all dependencies for PDF.js:

Expand Down

0 comments on commit 509e8ba

Please sign in to comment.