wine
Software project home page: https://www.winehq.org/
Distribution: source code
Distribution: binary code
Windows applications installation and operation:
- Ensure that Wine is installed before attempting to install Windows applications
- After installing, Windows software may be executed by clicking on the relevant EXE file located at /root/.wine/drive_c/Program Files/
Optional tools: cabextract, winetricks
Build (compile) binary distribution and install
For 64-bit operating systems:
CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -Werror=format-security -Wp,-fexceptions -grecord-gcc-switches" LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro" CXXFLAGS="${CFLAGS}" CPPFLAGS="-D_FORTIFY_SOURCE=2" ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir=/usr/lib64 --enable-win64 --disable-tests --with-x && time make --debug=n -j 4 --output-sync --trace && make install
Dependencies
+alsalib,+audiofile,+bzip2,+dbus,+e2fsprogs,+esound,+fontconfig,+freetype,+gettext,+gnutls,+grep,+jack,+libdrm,+libexif,+libgcrypt,+libgpgerror,+libgphoto2,+libice,+libjpeg,+libpng,+libtiff,+libusb,+libxml2,+libxau,+mesa,+mpg123,+openal,+openssl,+openldap,+tar
References
http://wiki.winehq.org/FAQ
http://wiki.winehq.org/GitWine
http://sourceforge.net/projects/wine/files/Source/
http://sourceforge.net/projects/wine/files/Slackware%20Packages/
http://kegel.com/wine/winetricks
http://source.winehq.org/source/tools/winewrapper
http://www.t2-project.org/packages/wine.html
http://murga-linux.com/puppy/viewtopic.php?p=402800#402800
http://portablelinuxapps.org
http://portableapps.com/
http://www.filehippo.com/
Legal Disclaimer & Copyright Policy
TUTORIALS