aboutsummaryrefslogtreecommitdiff
path: root/emulators/wine-devel/pkg-descr
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>1995-10-07 00:26:31 +0000
committerStefan Eßer <se@FreeBSD.org>1995-10-07 00:26:31 +0000
commit6991f2db96d05d5439f89bda1d39e2dd0bd0811d (patch)
tree1d683bc9281c3be5867bc96ab5adda9334339fd2 /emulators/wine-devel/pkg-descr
parentdfcc886eae46ef881f1649fb2b483fcaaef7d459 (diff)
downloadports-6991f2db96d05d5439f89bda1d39e2dd0bd0811d.tar.gz
ports-6991f2db96d05d5439f89bda1d39e2dd0bd0811d.zip
Notes
Diffstat (limited to 'emulators/wine-devel/pkg-descr')
-rw-r--r--emulators/wine-devel/pkg-descr13
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/wine-devel/pkg-descr b/emulators/wine-devel/pkg-descr
new file mode 100644
index 000000000000..ed800df3a1cf
--- /dev/null
+++ b/emulators/wine-devel/pkg-descr
@@ -0,0 +1,13 @@
+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 ...