PDA

View Full Version : [ubuntu] Installing Wine 1.5



Kaizoku001
May 3rd, 2012, 04:17 AM
ound a guide That would help to install the new wine 1.5 (i figured this might help with my airvideo problem)

wget http://prdownloads.sourceforge.net/wine/wine-1.5.0.tar.bz2
tar -xjvf wine-1.5.0.tar.bz2
cd wine-1.5.0
sudo apt-get install flex bison qt3-dev-tools qt4-qmake
./configure
cd tools
./wineinstallunfortunately at the last line I got


configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries.

Configure failed, aborting install.I installed a 64 Ubuntu.
Wat are my options?

carl4926
May 3rd, 2012, 04:18 AM
https://launchpad.net/~ubuntu-wine/+archive/ppa

zombifier25
May 3rd, 2012, 04:20 AM
You downloaded the 32bit version of Wine. You should download the 64bit one...

...however, you should avoid installing from source as much as possible. Instead, to make your life easier, add Wine's PPA:

sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine1.5

EDIT: NINJA'D!!!

Kaizoku001
May 3rd, 2012, 07:53 AM
thanks... installation went great.

now just have to figure out how to install AirVideo