Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into feat/tooltip-over…
Browse files Browse the repository at this point in the history
…lap-pdf
  • Loading branch information
drdorianm committed Nov 7, 2023
2 parents 572d1cb + 9bf55b6 commit 04c473f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,11 @@ or
git clone https://github.com/watson-developer-cloud/discovery-components.git
```

3. To generate the dependencies for all of the packages, run the following at the root directory:
3. Install OS dependencies for building NPM packages (required for building `cairo`, which is used by `pdfjs`):

Follow the installation instructions for your OS from https://github.com/Automattic/node-canvas#compiling.

4. To generate the dependencies for all of the packages, run the following at the root directory:

```
yarn
Expand Down

0 comments on commit 04c473f

Please sign in to comment.