configure: error: The development files for GTK+ were not found. For GTK+ 2, please ensure that pkg-config is in the path and that gtk+-2.0.pc is installed. For GTK+ 1.2 please check that gtk-config is in the path, and that the version is 1.2.3 or above. Also check that the libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config --libs' are in the LD_LIBRARY_PATH or equivalent.
安装下面这个库才可以解决 sudo apt-get install libgtk-3-dev 之后重新执行安装命令,又报错 configure: error: OpenGL libraries not available 安装下面这个包再重新执行安装命令 sudo apt install freeglut3-dev 接着又报错
1 2 3 4 5
checking for GST... configure: WARNING: GStreamer 1.0 not available, falling back to 0.10 checking for GST... configure: WARNING: GStreamer 0.10 not available, falling back to 0.8 configure: error: GStreamer not available Error running configure ERROR: failed building wxWidgets