Eu baixei xvidcap de SOURCE , e devo seguir as seguintes instruções:
./configure
make
sudo make install
Mas, depois de fazer o ./configure, recebo um erro:
checking for PACKAGE... configure: error: Package requirements (gtk+-2.0 >= 2.4.0 libglade-2.0 glib-2.0 gthread-2.0) were not met:
No package 'gtk+-2.0' found No package 'libglade-2.0' found No package 'glib-2.0' found No package 'gthread-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 PACKAGE_CFLAGS and PACKAGE_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.
Que eu não entendo. Eu segui esses links, mas isso não ajuda:
Mas eles não ajudam. Ainda obtenho o mesmo erro. Por favor ajude.