我正在使用 Ubuntu 11.10 64bit 并尝试使用以下方法安装 wine 1.5:
在 Ubuntu 上安装 Wine:
sudo apt-get install libfreetype6-dev gobject* libxrender-dev libfontconfig-dev pthread* libpthread-stubs0-dev xext* libsm-dev
Run Code Online (Sandbox Code Playgroud)
并在终端中复制以下命令:
wget http://prdownloads.sourceforge.net/wine/wine-1.5.0.tar.bz2
tar -xjvf wine-1.5.0.tar.bz2
cd wine-1.5.0
Run Code Online (Sandbox Code Playgroud)
安装一些软件包:
sudo apt-get install flex bison qt3-dev-tools qt4-qmake
./configure
cd tools
./wineinstall
Run Code Online (Sandbox Code Playgroud)
一切顺利,但最后,我收到此错误消息:
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.
Run Code Online (Sandbox Code Playgroud)
有谁知道如何安装lfreetype?
wine ×1