mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
6991f2db96
Reviewed by: hsu (Jeffrey Hsu)
14 lines
626 B
Plaintext
14 lines
626 B
Plaintext
Wine is a Windows emulator running under Unix on i386 (and higher) CPUs.
|
|
It is still Alpha quality, i.e. don't expect it to run your typical large
|
|
MS-Windows application package, but it is definitely on its way ...
|
|
|
|
To use Wine, your kernel must be rebuilt with the following line added
|
|
to your kernel config file (/sys/i386/conf/<YourMachine>):
|
|
|
|
options USER_LDT
|
|
|
|
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 ...
|