1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/emulators/wine-devel/pkg-descr

19 lines
707 B
Plaintext
Raw Normal View History

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 lines added
to your kernel config file (/sys/i386/conf/<YourMachine>):
options USER_LDT
options SYSVSHM
options SYSVSEM
options SYSVMSG
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 ...
WWW: http://www.winehq.com/