Updates to fedora packages for building

Post issues, bugs, and feature requests about the various WineHQ websites to this forum.
Locked
ianloic
Newbie
Newbie
Posts: 2
Joined: Fri Aug 16, 2024 9:54 am

Updates to fedora packages for building

Post by ianloic »

I'm trying to set up a wine build on Fedora 40, installing the dependencies listed at: https://wiki.winehq.org/Building_Wine#S ... pendencies

Some of the package names for Fedora seem out of date. Here are the substitutions I've made locally, maybe someone with edit access on the wiki could update the table?

alsa-devel -> alsa-lib-devel
libpulse-devel -> pulseaudio-libs-devel
libvulkan-loader -> vulkan-loader-devel
libOSMesa-devel -> mesa-libOSMesa-devel

I haven't actually gotten the build done, but the configure script ran. I'll follow up if the build fails.
ianloic
Newbie
Newbie
Posts: 2
Joined: Fri Aug 16, 2024 9:54 am

Re: Updates to fedora packages for building

Post by ianloic »

configure did say:
configure: libpcsclite not found, smart cards won't be supported.
configure: libodbc not found, ODBC won't be supported.
configure: OSS sound system found but too old (OSSv4 needed), OSS won't be supported.
configure: libcapi20 64-bit development files not found, ISDN won't be supported.
configure: libnetapi not found, Samba NetAPI won't be supported.
but I think that's expected with the package list.
Locked