Compiling Wine on Ubuntu 21.10

Questions about Wine on Linux
Locked
brian1337
Newbie
Newbie
Posts: 1
Joined: Sat Feb 05, 2022 8:29 am

Compiling Wine on Ubuntu 21.10

Post by brian1337 »

Hello im trying to build wine with staging patches on ubuntu 21.10. When running ./configure --enable-win64 i get the following message:

configure: error: FreeType 64-bit development files not found. Fonts will not be built.
Use the --without-freetype option if you really want this.

But i already have
libfreetype6-dev & libfreetype6-dev:i386
and
libfreetype-dev & libfreetype-dev:i386
installed.

Also i enabeld multiarch with sudo dpkg --add-architecture i386

What can i do?
Locked