Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] (solved) wine freetype issue  (Read 20588 times)

viniosity

  • Guest
[EN] (solved) wine freetype issue
« on: 2014/05/19, 09:53:48 »
I'm trying to get PlayonLinux to work and keep running into this error:


Code: [Select]

Wine cannot find the FreeType font library.  To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.
http://www.freetype.org
Wine cannot find the FreeType font library.  To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.
http://www.freetype.org
Wine cannot find the FreeType font library.  To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.
http://www.freetype.org


I've googled but can't find a thread with a solution. Somehow this worked for me out of the box when I was running Ubuntu so I hope it's just a question of a missing package. Anyone have any ideas?
« Last Edit: 2014/05/20, 17:19:33 by piper »

Offline pjnsmb

  • User
  • Posts: 88
Re: wine freetype issue
« Reply #1 on: 2014/05/19, 10:13:19 »
Have you had a look at :


http://www.freetype.org


from their download page :


http://sourceforge.net/projects/freetype/files/
regards
pjnsmb

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.920
Re: wine freetype issue
« Reply #2 on: 2014/05/19, 10:20:17 »
apt-get install libfreetype6:i386
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

viniosity

  • Guest
Re: wine freetype issue
« Reply #3 on: 2014/05/19, 14:15:03 »
apt-get install libfreetype6:i386


Perfect, thank you!