summaryrefslogtreecommitdiff
path: root/emulators/wine
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1999-01-19 02:25:49 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1999-01-19 02:25:49 +0000
commit7b3f1a08c5119a0a46622d39217a19b68c1dde6e (patch)
tree092c96f021484795f65b1c24d2cec0905d31a3cf /emulators/wine
parentCOMMENT should be one line only. Move the "NOTE:" to DESCR. (diff)
Homepage. Requires SYSVSHEM, SEM, and MSG in the kernel.
Obtained from: Mary Robertson Kilgore <ynop@acm.org>
Notes
Notes: svn path=/head/; revision=16185
Diffstat (limited to 'emulators/wine')
-rw-r--r--emulators/wine/pkg-descr9
1 files changed, 7 insertions, 2 deletions
diff --git a/emulators/wine/pkg-descr b/emulators/wine/pkg-descr
index ed800df3a1cf..26d43c47eb87 100644
--- a/emulators/wine/pkg-descr
+++ b/emulators/wine/pkg-descr
@@ -1,13 +1,18 @@
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
+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 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 ...
+
+http://www.winehq.com/