Sunday, 12 January 2014

WineHQ 1.7.3 Install Windows Softwares on Linux (Ubuntu/Linux Mint/other Ubuntu derivatives)

Wine lets you run Windows software on other operating systems. With Wine, you can install and run these applications just like you would in Windows. Wine enables Linux, Mac, FreeBSD, and Solaris users to run Windows applications without a copy of Microsoft Windows. Wine is free software under constant development. Other platforms may benefit as well. Changes in this release: *.Right-to-left text layout improvements. *.NTLM and Negotiate authentication for RPC over HTTP. *.More glyphs in the built-in Wingdings font. *.Better system tray support in the Mac driver. *.New version of the Gecko engine based on Firefox 24. *.Preparation work for the Direct3D command stream. *.Window management fixes in the Mac driver. *.Support for IPHLPAPI functions on Android. *.Activation context improvements. *.Various bug fixes. Install Winehq 1.7.3 via PPA in Ubuntu 13.04/12.10/12.04/Linux Mint 15/14/13 open Terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal: Terminal Commands: sudo add-apt-repository ppa:ubuntu-wine/ppa sudo apt-get update sudo apt-get install wine1.7 winetricks Install Winehq 1.7.3 from source in Ubuntu 13.10 Saucy/Linux Mint 16 open Terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal: Terminal Commands: sudo apt-get install flex bison qt4-qmake wget http://prdownload s.sourceforge.net /wine/wine- 1.7.3.tar.bz2 tar -xjvf wine-1.7.* cd wine-1.7.* >> For 32bit: Terminal Commands: ./configure cd tools; ./wineinstall >> For 64bit: Terminal Commands: ./configure --enable-win64 cd tools; ./wineinstall Install Wine 1.7.3 from source in Ubuntu 12.10/12.04/11.10/Linux Mint 14/13/12/Debian open Terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal: Terminal Commands: sudo apt-get install flex bison qt3-dev-tools qt4-qmake wget http://prdownload s.sourceforge.net /wine/wine- 1.7.3.tar.bz2 tar -xjvf wine-1.7.* cd wine-1.7.* >> For 32bit: Terminal Commands: ./configure cd tools; ./wineinstall >> For 64bit: Terminal Commands: ./configure --enable-win64 cd tools; ./wineinstall You can download source of Wine 1.7.3 for other Distributions from Source Forge. Wine stable versions available: Wine 1.6, Wine 1.5 ( PPA, Source) and Wine 1.4

No comments:

Post a Comment