PDA

View Full Version : [ubuntu] problems installing LiVES video editing software



Adali
January 28th, 2009, 12:18 AM
I'm having trouble installing LiVES. During installation I got this output from the terminal:
checking for GTK... configure: error: Package requirements (gtk+-2.0 >= 2.4.0) were not met:

No package 'gtk+-2.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables GTK_CFLAGS
and GTK_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
__________________________________________________ _________________
How do I correct this issue???

Partyboi2
January 28th, 2009, 03:39 AM
Try installing the libgtk2.0-dev package

sudo apt-get install libgtk2.0-dev

Iteria
May 29th, 2009, 05:25 PM
Thanks that worked like a charm.