configure: error: FreeType development files not found. Fonts will not be built

xiaoxiao2021-02-28  70

     Kali 系统信息:Linux kali 4.9.0-kali3-686-pae #1 SMP Debian 4.9.18-1kali1 (2017-04-04) i686 GNU/Linux   32位     在kali系统中安装wine 2.0.1 ,安装方法:     1,在wine2.0.1的源码 :  http://dl.winehq.org/wine/source/2.0/wine-2.0.1.tar.xz     2,解压,然后运行./configure  ,然后出现以下错误:       checking gphoto2-camera.h presence... no checking for gphoto2-camera.h... no checking gphoto2-port.h usability... no checking gphoto2-port.h presence... no checking for gphoto2-port.h... no checking for resolver library... -lresolv checking lcms2.h usability... no checking lcms2.h presence... no checking for lcms2.h... no checking ft2build.h usability... no checking ft2build.h presence... no checking for ft2build.h... no configure: error: FreeType development files not found. Fonts will not be built. Use the --without-freetype option if you really want this. 这是缺少依赖包。 解决方法是:       apt-get install  libfreetype6-dev:i386    libfreetype6-dev
转载请注明原文地址: https://www.6miu.com/read-78115.html

最新回复(0)