Wine
From Linuxintro
Revision as of 15:03, 25 September 2013 by 95.113.238.125 (talk)
wine, the Windows Emulator, is a command to execute Windows files under Linux. www.bild.de
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
RS232 serial port
RS232 serial port is com1 under Windows and /dev/ttyUSB0 under SUSE Linux 12.1. As long as you use a USB to serial adapter. Then do a
cd cd .wine cd dosdevices ln -s /dev/ttyUSB0 com1
and you can use your USB to serial adapter under wine.