Click to See Complete Forum and Search --> : Wine has problem with fonts


Ironsnipe
08-15-2002, 01:46 AM
After installing kazaa lite and running it for the first time i was given an error. It says that my fonts from http://www.freetype.org needed to be updated past a certain version. (2.0.2 or something like that). Now the only way to update the fonts is by source and i have no clue how to compile them in linux. I just started with linux today and am still learning. Any help would be good. Thanks

mdwatts
08-15-2002, 09:09 AM
Do they include instructions for compiling the font package?

If a tar.gz package, then use

tar zxvf filename.tar.gz

and then read the Install and Readme text files.

Usually the steps to compiling and installing from source are

./configure
make
make install

Make sure you have the development packages installed.