installing wine on Debian Wheezy: configure: error: FreeType

Questions about Wine on Linux
Locked
Param

installing wine on Debian Wheezy: configure: error: FreeType

Post by Param »

Hello,

I'm trying to compile the .deb file from source for wine on Debian Testing
(Wheezy)
I'm getting the following error:

checking for freetype-config... no
checking for freetype2-config... no
checking for -lfreetype... not found
configure: error: FreeType development files not found. Fonts will not be
built.
Use the --without-freetype option if you really want this.

I would greatly appreciate any help.

Thanks,
param
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... hment.html>
tparker
Level 5
Level 5
Posts: 354
Joined: Tue Feb 24, 2009 3:06 pm

installing wine on Debian Wheezy: configure: error: FreeType

Post by tparker »

On 09/23/2011 11:44 PM, Param wrote:
checking for freetype-config... no
checking for freetype2-config... no
checking for -lfreetype... not found
configure: error: FreeType development files not found. Fonts will not be
built.
Check your repository for freetype and install it, then try the build again.
Locked