|
发表于 2003-8-2 15:32:17
|
显示全部楼层
怎么不仔细看看呢
In order to use Wine on FreeBSD 4.x, you need a kernel with option USER_LDT
enabled. You also need options SYSVSHM, SYSVSEM, and SYSVMSG; these are
default on FreeBSD 4.x and above.
Wine requires a configuration file .wine/config in the home directory of
every user, where assignments of Unix directories to DOS drive letters and
other options can be set (see "man wine" for details). You may want to copy
%%PREFIX%%/etc/wine.conf
and tweak it accordingly or edit this file and make .wine/config a symlink
there.
如果你是4.x的话,要编译内核加入 USER_LDT,不过你的系统是5.1的吧,5.1已经取消了这个选项了。
.wine 的问题,是需要自己手工建立目录的,然后copy %%PREFIX%%/etc/wine.conf 到.wine 目录中,修改成符合你机器的内容。
我上个帖子里的连接中的第4部分写的很清楚了。 |
|