How to compile Wine for Ubuntu 7.10 ?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
b0rka7a
Newbie
Newbie
Posts: 2
Joined: Mon Apr 07, 2008 11:53 am

How to compile Wine for Ubuntu 7.10 ?

Post by b0rka7a »

How do I compile Wine properly ?
We (Ubuntu users) must wait 2~3 weeks for the .deb package to be released. I want to learn how to compile it myself...

With:

Code: Select all

./configure
make
sudo make install
I don't have the ALSA driver installed (or at least it says that ALSA is not working and will be removed)...
So any help would be appreciated & my english sucks
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

How to compile Wine for Ubuntu 7.10 ?

Post by austin987 »

On Mon, Apr 7, 2008 at 12:00 PM, b0rka7a <[email protected]> wrote:
How do I compile Wine properly ?
We (Ubuntu users) must wait 2~3 weeks for the .deb package to be released. I want to learn how to compile it myself...

With:

Code:
./configure
make
sudo make install


I don't have the ALSA driver installed (or at least it says that ALSA is not working and will be removed)...
So any help would be appreciated & my english sucks





http://wiki.winehq.org/Recommended_Packages

See the Ubuntu section
Wine Swine

How to compile Wine for Ubuntu 7.10 ?

Post by Wine Swine »

Hi there,

I copied my shell adventures into what I had to do to get EAW working
under wine into a how-to of sorts (which appears to me now obsolete). It
includes cut and paste commands to compile wine under ubuntu 7.10.

http://appdb.winehq.org/objectManager.p ... n&iId=7955


This won't help you understand what you are doing, but hopefully after
you do it, you may understand a little more :-)

after all - hack to learn not learn to hack!!!!

best wishes.


On Mon, 2008-04-07 at 12:00 -0500, b0rka7a wrote:
How do I compile Wine properly ?
We (Ubuntu users) must wait 2~3 weeks for the .deb package to be released. I want to learn how to compile it myself...

With:

Code:
./configure
make
sudo make install


I don't have the ALSA driver installed (or at least it says that ALSA is not working and will be removed)...
So any help would be appreciated & my english sucks



Locked