diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-05-13 22:21:18 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-05-13 22:21:18 +0000 |
commit | 5cc86611863b45651fe7f4ff36334f9aa2bf7d74 (patch) | |
tree | 4388f64e43ca0dc22cae90654ef9e40f7f7a2232 /japanese/wine/pkg-descr | |
parent | move lib/xjewel.* to lib/X11/xjewel, and portlint (diff) |
MS-Windouws emulator. It can use Japanese.
According to submitter, this version (97.11.30) is latest one
which can work fine with Japanese patch.
Submitted by: Takashi Uozu <j1594016@ed.kagu.sut.ac.jp>
PR: ports/5505
Diffstat (limited to 'japanese/wine/pkg-descr')
-rw-r--r-- | japanese/wine/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/japanese/wine/pkg-descr b/japanese/wine/pkg-descr new file mode 100644 index 000000000000..ed800df3a1cf --- /dev/null +++ b/japanese/wine/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 ... |