PDA

View Full Version : Ubuntu help installing WINE-1.2-RC1



Michael64
June 5th, 2010, 09:33 PM
I have a problem installing WINE that I hope you guys can fix.

Code I used:

1. Downloaded wine-1.2-rc1.tar.bz2 off the website
2. sudo tar xvjf wine-1.2-rc1.tar.bz2
3. cd WINE-1.2-rc1
4. ./configure
5. make
6. su -c "make install"

This is the last two lines I get after completing installation:

make[1]: Leaving directory `/home/michael/wine-1.2-rc1/tools/wrc'
michael@michael:~/wine-1.2-rc1$

After installation there is no WINE program. I can't go into the applications section head and see WINE. Am I doing something wrong? Its like nothing was ever installed.

cogadh
June 6th, 2010, 01:45 AM
Is there a particular reason you need to compile it from source yourself rather than using the pre-compiled Ubuntu packages?

http://www.winehq.org/download/deb

beastrace91
June 6th, 2010, 06:48 PM
And if you do really want to build Wine from source be sure to install all of it's build dependencies first with the command sudo apt-get build-dep wine

~Jeff