freetype 32 error on Linux Mint

Questions about Wine on Linux
Post Reply
malinowski
Newbie
Newbie
Posts: 2
Joined: Tue Apr 15, 2025 5:58 am

freetype 32 error on Linux Mint

Post by malinowski »

Hello, I am following this guide: https://forum.affinity.serif.com/index. ... nux-wine/=. I have gotten to the point where I am supposed to make the wine32-install. However, I get this error:

Code: Select all

configure: error: FreeType 32-bit development files not found. Fonts will not be built.
I have tried

Code: Select all

apt install libfreetype6:i386
to no avail.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: freetype 32 error on Linux Mint

Post by dimesio »

As the error message says, you need to install the 32 bit development files. On Debian/Ubuntu, the package you need is libfreetype6-dev, and you need the i386 version.
malinowski
Newbie
Newbie
Posts: 2
Joined: Tue Apr 15, 2025 5:58 am

Re: freetype 32 error on Linux Mint

Post by malinowski »

Got it! Thanks!
Post Reply