Which to some extent helped me on Debian Wheezy:
dpkg --add-architecture i386 apt-get update
to enable installation from i386 repositories
apt-get install ia32-libs libc6-dev-i386 lib32z1-dev lib32bz2-dev
to install 32-bit libraries. I'm still having problems with X libs:
configure: error: X 32-bit development files not found. Wine will be built without X support, which probably isn't what you want. You will need to install 32-bit development packages of Xlib/Xfree86 at the very least. Use the
but it is technically not necessary.
JDong Aug 31 '13 at 21:54 2013-08-31 21:54
source share