I'm trying to get PlayonLinux to work and keep running into this error:
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?
Have you had a look at :
http://www.freetype.org
from their download page :
http://sourceforge.net/projects/freetype/files/
apt-get install libfreetype6:i386
Zitat von: towo in 2014/05/19, 10:20:17
apt-get install libfreetype6:i386
Perfect, thank you!