Are there dependencies to run wine only (not compile)

Questions about Wine on Linux
Locked
eniw
Level 1
Level 1
Posts: 9
Joined: Thu Mar 17, 2011 6:39 pm

Are there dependencies to run wine only (not compile)

Post by eniw »

I've found that installing all the i686 packages needed for compiling wine introduced side effects, for example specifying some of the i686 wine dependencies in my kickstart resulted in x86_64 bit packages which were previously installed to not be installed (ex. zlib-devel.x86_64). I could just manually add the 64bit package for every i686 package to my kickstart to prevent that, however I think I'll just keep a wine compile VM (I'm running CentOS 6.4 x86_64) which has all the necessary wine compile dependencies installed, compile wine there, then copy the install folder to a target system (also CentOS 6.4 x86_64) which doesn't have all those i686 wine dependencies installed and do the make install there. Would there be any problems running wine on the target system in this scenario? Thanks.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Are there dependencies to run wine only (not compile)

Post by dimesio »

You don't need the 32 bit development files just to run Wine, but you will need the 32 bit libraries.
Locked