mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
d1f4c4b0b0
PR: 10051 Submitted by: maintainer
16 lines
686 B
Plaintext
16 lines
686 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 ...
|
|
|
|
See /usr/local/share/doc/ja/wine/README.jis for more info.
|