diff options
author | kuriyama <kuriyama@FreeBSD.org> | 1998-05-13 22:21:18 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 1998-05-13 22:21:18 +0000 |
commit | 42ed36f5b7ebf190875ec1b1e60e57fa6ce6e12f (patch) | |
tree | 0f42984d1644b69b0a8d10e5d863c2888c26262a /japanese/wine/pkg-descr | |
parent | 20c9ab44100a1ec2d6e882807d02a896831785e0 (diff) | |
download | FreeBSD-ports-42ed36f5b7ebf190875ec1b1e60e57fa6ce6e12f.zip FreeBSD-ports-42ed36f5b7ebf190875ec1b1e60e57fa6ce6e12f.tar.gz |
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 0000000..ed800df --- /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 ... |