Skip to content

Commit

Permalink
Merge pull request #33 from zjanosy/master-1
Browse files Browse the repository at this point in the history
Added hints to install dependencies on Linux to README.md
  • Loading branch information
kisvegabor authored Aug 15, 2023
2 parents 6a4f95b + 8c7fc27 commit 2c64f2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## How to install

1. Make sure Node.js is installed.
1. On Linux make sure the followings are installed: `sudo apt install gcc make g++ pkg-config libpixman-1-dev libcairo2-dev libpango1.0-dev libjpeg8-dev libgif-dev`
1. Not always needed, but recommended: ensure the necessary [native dependencies for canvas](https://github.com/Automattic/node-canvas#compiling) are installed.
1. Clone this repository.
1. Run `npm install` to install needed dependencies.
Expand Down

0 comments on commit 2c64f2d

Please sign in to comment.