You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 31, 2018. It is now read-only.
hi,
title says it all: i installed gd2 with macports and am now trying to install node-gd with NPM - but it fails because it can't find the gd files in /usr/local/* (macports installs everything into /opt/local/*).
is there any way i can change /usr/local/ to /opt/local to get the installation to complete?
thx
The text was updated successfully, but these errors were encountered:
Just ran in to this same issue. The fix is to run export CPPFLAGS='-I/opt/local/include' LDFLAGS='-L/opt/local/lib' LDLIBS='-lgd' right before running node-waf configure build. I didn't try it, but, I believe this would work if you ran npm install node-gd too.
hi,
title says it all: i installed gd2 with macports and am now trying to install node-gd with NPM - but it fails because it can't find the gd files in /usr/local/* (macports installs everything into /opt/local/*).
is there any way i can change /usr/local/ to /opt/local to get the installation to complete?
thx
The text was updated successfully, but these errors were encountered: