Code: Select all
./configure --prefix="/tmp/winec" --without-alsa --without-capi --without-cms --without-coreaudio --without-cups --without-curses --without-dbus --without-fontconfig --without-freetype --without-gettext --with-gettextpo --without-gphoto --without-glu --without-gnutls --without-gsm --without-gstreamer --without-hal --without-jpeg --without-ldap --without-mpg123 --without-netapi --without-openal --without-opencl --without-opengl --without-osmesa --without-oss --without-pcap --without-png --without-pulse --without-sane --without-tiff --without-v4l --without-xcomposite --without-xcursor --without-xinerama --without-xinput --without-xinput2 --without-xml --without-xrandr --without-xrender --without-xshape --without-xshm --without-xslt --without-xxf86vm --without-zlib; make -j $(nproc); make install;
Code: Select all
$ /tmp/winec/bin/wine --version
wine-1.9.9-118-ge1970c8
But it does not work. It's complains about missing files:
Notice it's complaining about the --prefix path in "A". All files presents in "A" are present in "B".wine: failed to initialize:/tmp/winec/lib/wine/ntdll.dll.so: cannot open shared object file: No such file or directory
How do I use this compiled Wine from "A" computer in "B" computer? I don't want to compile it again in "B".
Thanks.