1995-10-07 00:26:31 +00:00
|
|
|
Wine is a Windows emulator running under Unix on i386 (and higher) CPUs.
|
1999-01-19 02:25:49 +00:00
|
|
|
It is still Alpha quality; i.e. don't expect it to run your typical large
|
1995-10-07 00:26:31 +00:00
|
|
|
MS-Windows application package, but it is definitely on its way ...
|
|
|
|
|
1999-01-19 02:25:49 +00:00
|
|
|
To use Wine, your kernel must be rebuilt with the following lines added
|
1995-10-07 00:26:31 +00:00
|
|
|
to your kernel config file (/sys/i386/conf/<YourMachine>):
|
|
|
|
|
|
|
|
options USER_LDT
|
1999-01-19 02:25:49 +00:00
|
|
|
options SYSVSHM
|
|
|
|
options SYSVSEM
|
|
|
|
options SYSVMSG
|
1995-10-07 00:26:31 +00:00
|
|
|
|
|
|
|
Wine relies on the configuration file /usr/local/etc/wine.conf to
|
|
|
|
contain valid assignments of Unix directories to DOS drive letters,
|
|
|
|
and for certain other options (see "man wine" for details).
|
|
|
|
You will most probably have to to edit it, after the install ...
|
1999-01-19 02:25:49 +00:00
|
|
|
|
1999-05-02 22:06:50 +00:00
|
|
|
WWW: http://www.winehq.com/
|