Thursday, December 26, 2013

Install WineHQ 1.7.8 in Ubuntu & Co. By Noobslab

Install WineHQ 1.7.8 in Ubuntu & Co! By Noobslab
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:
* Updated version of the Mono package. 
* Improvements in the BITS service implementation. 
* Better data tables for Japanese vertical fonts support. 
* Support for configuring remote shares using Samba's NetAPI library. 
* Improved embedding support through XEMBED. 
* Support for arrays in VBScript. 
* Various bug fixes.

Install Winehq 1.7.8 via PPA by running the command in the terminal:

sudo add-apt-repository ppa:ubuntu-wine/ppa && sudo apt-get update && sudo apt-get install wine1.7 winetricks

Install Winehq 1.7.8 from source by running the command in the terminal:

sudo apt-get install flex bison qt4-qmake
wget http://prdownloads.sourceforge.net/wine/wine-1.7.8.tar.bz2 
tar -xjvf wine-1.7.* 
cd wine-1.7.*

For 32bit terminal code:



For 64bit terminal code:

./configure --enable-win64 
cd tools; ./wineinstall

1 comments: