Wine
From Linuxintro
Revision as of 19:17, 14 January 2012 by imported>ThorstenStaerk (adding comments)
wine, the Windows Emulator, is a command to execute Windows files under Linux.
Contents
Getting it
To download, compile and install it, find out your distribution and proceed accordingly.
SUSE Linux Enterprise Server 11 SP1 x86_64
- Download it from http://www.winehq.com
- open a console and unpack it like this:
cd bunzip2 Downloads/wine* tar xvf Downloads/wine*
- install some dependencies
yast -i gcc-32bit yast -i flex yast -i bison
- compile it
cd cd wine* ./configure && make -j8 && make install
Installing MSI files
wine msiexec /a file.msi
See also
Comments
<comments />
Hey, please don't forget to add your comments... much appreciated!
--ThorstenStaerk 20:38, 14 January 2012 (CET)