我已经从它们的主站点下载了最新版本的 Wine(8.18) 和 Freetype2(2.13.2),以便在 Linux CRUX 发行版中使用。
我想,Freetype 的安装很顺利!;-)
$ configure
$ make
# make install
生成的文件放在 /usr/local/include/freetype2 + /usr/local/lib/libfreetype...
安装 FreeType 后,当我尝试配置 Wine 时,配置过程停止并出现以下错误:
**checking for -lfreetype... not found
configure: error: FreeType 32-bit development files not found. Fonts will not be built.
Use the --without-freetype option if you really want this.**
还有点可疑...Wine 配置似乎也没有找到许多其他项目...
checking for -lXcursor... not found
checking for X11/extensions/XInput.h... yes
checking for -lXi... not found
checking for XShmQueryExtension in -lXext... no
checking for XShapeQueryExtension in -lXext... no
checking for -lXxf86vm... not found
checking for -lXfixes... not found
checking for -lXinerama... not found
checking for X11/extensions/Xcomposite.h... yes
checking for -lXcomposite... not found
checking for XICCallback.callback... yes
checking for XEvent.xcookie... yes
checking for -lGL... not found
checking for -lGL... (cached) not found
checking for -lOSMesa... not found
我是否遗漏了某些重要的东西?
感谢您的帮助!
—弗朗西斯
同时,我已经设定:
LD_LIBRARY_PATH=/usr/lib:/usr/local/lib
LIBRARY_PATH=/usr/lib:/usr/local/lib
但无济于事......