[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[pkg-wine-party] [Script]Possible script to facilitate the building/packaging of wine64Bits



Hi,

In this page, it's explain how to build a shared WoW64 setup : http://wiki.winehq.org/Wine64 (which allow to run 32Bits program in a 64Bits wineprefix)
I found this script in the mailing list of winehq by someone which search how to build Wine 32Bits on her 64Bits system without create a chroot : http://www.winehq.org/pipermail/wine-devel/2013-May/100015.html

This script is very interesting because actually it's impossible to install -dev packages for amd64/i386 in same time.
These are the steps that i did to build Wine :
1- "apt-get build-dep wine" to install amd64 dev packages
2- "aptitude install ia32-libs" to install the lib depends i386 for wine / #Install Wine:i386 must to be suffisant ?
3- Installation manually for others i386 packages like "libncurse5:i386"

To resume, the script must be launch in the Wine source folder and it create symlink between "/usr/lib/i386-linux-gnu" and the Wine source folder. I added 3 others symlink because the lib are present in "/lib/i386-linux-gnu"

I tried the script in a 64bits chroot and i build Wine64 without problem, except the WARNING concerning libldap, libpng and libjpeg when i compile Wine32Bits but i have not problem when i use my 64Bits wineprefix/32Bits wineprefix.

Thanks for your answers deer mainteners,
Max :)

Attachment: create_i386-linux-gnu_so_links
Description: Binary data


Reply to: