M
Mitt Green
Guest
After extracting files to home, I ran
and what happens...
Commands
don't make a sense. Therefore no make file is in the directory and so unable to build gtk+.
Thanks for any help!
Edited: see http://www.linux.org/threads/building-gtk.6623/#post-23371
Code:
./configure
Code:
[blah-blah-blah...]
configure: error: Package requirements (glib-2.0 >= 2.28.0 atk >= 1.29.2
pango >= 1.20 cairo >= 1.6 gdk-pixbuf-2.0 >= 2.21.0) were not met:
No package 'atk' found
No package 'pango' found
No package 'cairo' found
No package 'gdk-pixbuf-2.0' found
Commands
Code:
CPPFLAGS="-I/opt/gtk/include"
LDFLAGS="-L/opt/gtk/lib"
PKG_CONFIG_PATH="/opt/gtk/lib/pkgconfig"
export CPPFLAGS LDFLAGS PKG_CONFIG_PATH
LD_LIBRARY_PATH="/opt/gtk/lib"
PATH="/opt/gtk/bin:$PATH"
export LD_LIBRARY_PATH PATH
Thanks for any help!
Edited: see http://www.linux.org/threads/building-gtk.6623/#post-23371
Last edited: