|
安装完gtk+和gtkmm开发包后,在命令行输入pkg-config --cflags gtkmm-2.4,却提示发现不了gtkmm
如下
Package gtkmm-2.4 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtkmm-2.4.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtkmm-2.4' found
该如何办呢???? |
|