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
I'm trying to build w3m on Mac OSX in order to get the w3mimgdisplay binary (installing with brew install w3m doesn't seem to enable this binary).
I've installe some of dependencies with:
checking if image is enabled... yes
checking image library... gtk2 gdk-pixbuf imlib imlib2
checking GdkPixbuf version... 2.36.11
configure: WARNING: Imlib is not installed. Install Imlib (version >= 1.9.8)
checking Imlib2 version... 1.4.10
Package gdk-pixbuf-xlib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gdk-pixbuf-xlib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gdk-pixbuf-xlib-2.0' found
Package gdk-pixbuf-xlib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gdk-pixbuf-xlib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gdk-pixbuf-xlib-2.0' found
I'm trying to build w3m on Mac OSX in order to get the
w3mimgdisplay
binary (installing withbrew install w3m
doesn't seem to enable this binary).I've installe some of dependencies with:
However when i run:
I get:
and if I then run
sudo make
I obtain:Any ideas on how to build it on mac in order to use the
w3mimgdisplay
? Thanks!The text was updated successfully, but these errors were encountered: