diff options
author | se <se@FreeBSD.org> | 1995-10-07 08:26:31 +0800 |
---|---|---|
committer | se <se@FreeBSD.org> | 1995-10-07 08:26:31 +0800 |
commit | 12e4381ec8ec7154eef81a76afcde30a7f965168 (patch) | |
tree | e235aabf51b5e954cffc2c8e95b65b36a7ea06a1 /emulators/wine-devel/pkg-descr | |
parent | aa9a8e0fc1c99f136327239dd683b9ab8e823ee6 (diff) | |
download | freebsd-ports-graphics-12e4381ec8ec7154eef81a76afcde30a7f965168.tar.gz freebsd-ports-graphics-12e4381ec8ec7154eef81a76afcde30a7f965168.tar.zst freebsd-ports-graphics-12e4381ec8ec7154eef81a76afcde30a7f965168.zip |
Package specific files for Wine port.
Reviewed by: hsu (Jeffrey Hsu)
Diffstat (limited to 'emulators/wine-devel/pkg-descr')
-rw-r--r-- | emulators/wine-devel/pkg-descr | 13 |
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 00000000000..ed800df3a1c --- /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 ... |