Wine 32bit Dependencies

Questions about Wine on Linux
Locked
draver85
Newbie
Newbie
Posts: 2
Joined: Wed Feb 03, 2016 9:26 am

Wine 32bit Dependencies

Post by draver85 »

I am trying to install Wine 1.6.2 on RHEL 6.6. Does anyone know which dependencies are required?
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: Wine 32bit Dependencies

Post by dimesio »

If you're using a distro package, your package manager should automatically pull in any dependencies. If you're building Wine yourself, just run ./configure and install whatever it complains about.

FYI, 1.6.2 is over two years old and no longer supported. The current stable release is 1.8.1.
draver85
Newbie
Newbie
Posts: 2
Joined: Wed Feb 03, 2016 9:26 am

Re: Wine 32bit Dependencies

Post by draver85 »

I am trying to build from source. I get an error about X 32-bit development. I will keep trying to lookup errors and see what dependencies one by one.
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: Wine 32bit Dependencies

Post by dimesio »

That's how it's done. If you're not sure exactly what packages provide what's needed, ask on your distro's forum. Packaging varies greatly by distro, so I can't help you with that.
Locked