Skip to content

Instantly share code, notes, and snippets.

@ckiee
Created July 3, 2018 07:55
Show Gist options
  • Save ckiee/055e83c418b4b95e8b2380065f6f06c4 to your computer and use it in GitHub Desktop.
Save ckiee/055e83c418b4b95e8b2380065f6f06c4 to your computer and use it in GitHub Desktop.
packages you need for node-canvas on arch linux
https://www.archlinux.org/packages/extra/x86_64/cairo/
https://www.archlinux.org/packages/extra/x86_64/libjpeg-turbo/
https://www.archlinux.org/packages/extra/x86_64/pango/
https://www.archlinux.org/packages/extra/x86_64/giflib/
https://www.archlinux.org/groups/x86_64/base-devel/
pacman -S base-devel cairo libjpeg-turbo pango giflib
# untested code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment