在64位 ubuntu下编译wine1.8.1出现错误的解决


编译信息如下:
checking for freetype/freetype.h... no
checking for freetype/ftglyph.h... no
checking for freetype/fttypes.h... no
checking for freetype/tttables.h... no
checking for freetype/ftsnames.h... no
checking for freetype/ttnameid.h... no
checking for freetype/ftoutln.h... no
checking for freetype/ftwinfnt.h... no
checking for freetype/ftmodapi.h... no
checking for freetype/ftlcdfil.h... no
checking for FT_TrueTypeEngineType... no
configure: error: FreeType 32-bit development files not found. Fonts will not be built.
Use the --without-freetype option if you really want this.
解决如下:
sudo apt-get install libfreetype6-dev:i386
sudo apt-get install 
libfreetype6:i386
libfreetype6:i386
sudo ln -s /usr/include/freetype2 /usr/include/freetype

你可能感兴趣的:(在64位 ubuntu下编译wine1.8.1出现错误的解决)