Select Menu

Slider

Windows

Apple | Mac

Linux

Mobile

Hardware

Tutorial

Android

» » » » » » » Wine 1.7 available for Ubuntu/Linux Mint/other Ubuntu derivatives
«
Next
Newer Post
»
Previous
Older Post

Install Wine 1.7 in Ubuntu 13.10 Saucy/Ubuntu 13.04 Raring/Ubuntu 12.10 Quantal/Ubuntu 12.04 Precise/Linux Mint 15/14/13 (New Released)

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:

  • Support for vertical text in the Postscript driver.
  • Version 2 of liblcms used now instead of version 1.
  • Unicode data updated to Unicode 6.2.0.
  • Hyperlink controls supported in installers.
  • Improved support for XML attributes.
  • Various bug fixes.

Install Winehq 1.7 from source in Ubuntu 13.04 Raring/13.10/Linux Mint 15 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://prdownloads.sourceforge.net/wine/wine-1.7.0.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 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://prdownloads.sourceforge.net/wine/wine-1.7.0.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 for other Distributions from Source Forge.
Wine stable versions available: Wine 1.6, Wine 1.5 (PPA, Source) and Wine 1.4


via noobslab

About Unknown

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
«
Next
Newer Post
»
Previous
Older Post

No comments

Leave a Reply