Wine is now working on NetBSD, so add NetBSD to the supported OS'es
list (and add some notes as well).
This commit is contained in:
parent
27cf4a41c2
commit
9048c49b80
7
README
7
README
|
@ -31,6 +31,7 @@ To compile and run Wine, you must have one of the following:
|
||||||
Linux version 2.0.36 or above
|
Linux version 2.0.36 or above
|
||||||
FreeBSD 4.x or FreeBSD 5-CURRENT
|
FreeBSD 4.x or FreeBSD 5-CURRENT
|
||||||
Solaris x86 2.5 or later
|
Solaris x86 2.5 or later
|
||||||
|
NetBSD-current
|
||||||
|
|
||||||
Linux info:
|
Linux info:
|
||||||
Although Linux version 2.0.x will mostly work, certain features
|
Although Linux version 2.0.x will mostly work, certain features
|
||||||
|
@ -54,6 +55,10 @@ Solaris info:
|
||||||
will be used by gcc. Recompiling gcc after installing gas or
|
will be used by gcc. Recompiling gcc after installing gas or
|
||||||
symlinking cc, as and ld to the gnu tools is said to be necessary.
|
symlinking cc, as and ld to the gnu tools is said to be necessary.
|
||||||
|
|
||||||
|
NetBSD info:
|
||||||
|
Make sure you have the USER_LDT, SYSVSHM, SYSVSEM, and SYSVMSG options
|
||||||
|
turned on in your kernel.
|
||||||
|
|
||||||
File systems info :
|
File systems info :
|
||||||
Wine should run on most file systems. However, Wine will fail to start
|
Wine should run on most file systems. However, Wine will fail to start
|
||||||
if umsdos is used for the /tmp directory. A few compatibility problems have
|
if umsdos is used for the /tmp directory. A few compatibility problems have
|
||||||
|
@ -61,7 +66,7 @@ File systems info :
|
||||||
|
|
||||||
Wine requires kernel-level threads to run. Currently, only Linux
|
Wine requires kernel-level threads to run. Currently, only Linux
|
||||||
version 2.0 or later, FreeBSD-current or FreeBSD 3.0 or later,
|
version 2.0 or later, FreeBSD-current or FreeBSD 3.0 or later,
|
||||||
and Solaris x86 version 2.5 or later are supported.
|
Solaris x86 version 2.5 or later, and NetBSD-current are supported.
|
||||||
Other operating systems which support kernel threads may be supported
|
Other operating systems which support kernel threads may be supported
|
||||||
in the future.
|
in the future.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue