Are there dependencies to run wine only (not compile)
Are there dependencies to run wine only (not compile)
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.
Re: Are there dependencies to run wine only (not compile)
You don't need the 32 bit development files just to run Wine, but you will need the 32 bit libraries.