Closed joates closed 10 years ago
i'd guess the mac OSX fix is:
brew install libgif-dev
but i cannot confirm as i am not a mac user.
anyway closing this as i'm just using it to document the fix/solution so that it is searchable.
see also node-canvas
brew install giflib
I have managed to solve this issue under openSUSE by:
A. Downloading latest giflib-devel
rpm
from:
https://rpmfind.net/linux/rpm2html/search.php?query=giflib-devel
B. Installing it using zypper install .rpm
Sorry to reopen this, but apt install libgif-dev
solves the problem on Debian based systems.
if you get this error during npm install of "canvas-progress-bar".. ( which is a dependency of btcprogress )
../src/Image.h:20:21: fatal error: gif_lib.h: No such file or directory
screenshot:
it's because you are missing the package
libgif-dev
fix for ubuntu linux is:
sudo apt-get install libgif-dev