我试图在CentOS 7.3(7.3.1611)下安装英特尔XDK for Linux
但我面临着一个我无法解决的问题:
消息:
GTK library is not installed or installed version is not compatible
The GTK library is not installed or installed version of the library is not compatible. The graphical user interface of the product requires gtk version 2.20 or higher. Contact your system administrator to install a compliant version of gtk for the INTEL64 architecture or install the product on a compliant system.
在我的操作系统中,我已经安装了gtk + 2.4,但英特尔XDK的安装程序无法看到该软件包。
我安装了这些软件包:
yum install gtk*:
Package gtk2-2.24.28-8.el7.x86_64 already installed and latest version
Package gtk2-devel-2.24.28-8.el7.x86_64 already installed and latest version
Package gtk2-devel-docs-2.24.28-8.el7.x86_64 already installed and latest version
Package gtk3-3.14.13-20.el7.x86_64 already installed and latest version
Package gtk3-devel-3.14.13-20.el7.x86_64 already installed and latest version
有没有办法解决这个问题?