How to compile WINE with ALSA support

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Corbomite
Newbie
Newbie
Posts: 2
Joined: Sat May 01, 2010 5:31 am

How to compile WINE with ALSA support

Post by Corbomite »

Hi everyone.

I recently had to compile WINE myself. It took some time to figure out how to do it but in the end I was successful. The problem is that now I only have OSS support. ALSA (was pulseaudio there, too?) is/are gone from the "Audio" tab in winecfg.

How do I compile WINE with ALSA support? Where can I find more info on how to do this?

Thank you. :)
Corbomite
Newbie
Newbie
Posts: 2
Joined: Sat May 01, 2010 5:31 am

Post by Corbomite »

I am using wine-1.1.42 on DISTRIB_DESCRIPTION="Ubuntu 9.10".
jorl17
Level 5
Level 5
Posts: 365
Joined: Mon Jul 28, 2008 6:44 pm

Post by jorl17 »

sudo apt-get install build-dep wine

Should do it. If it doesn't, find the libasound2-dev which is the specific library that you are looking for (ALSA development files).

Cheers,
Jorl17
Locked