|
|

楼主 |
发表于 2007-2-3 08:57:58
|
显示全部楼层
我的全部过程是
1.下载官网上的wine-0.9.30,解压缩,
2.在解压缩后的包里执行命令
3. ./configure -prefix=/home/wine
4. 执行make(这个过程大概有20多分钟,这个wine的包也有原来的78MB增加到了318MB)
5. 执行make install
6. /home/wine目录下执行wine发现没反应,提示无此命令
7.ln -s /home/wine/bin/wine /usr/bin,创建了连接
8.再执行wine,出现
Usage: wine PROGRAM [ARGUMENTS...] Run the specified program
wine --help Display this help and exit
wine --version Output version information and exit
9. /home/wine目录下执行winecfg发现也没反应,提示无此命令,也ln -s创建了连接,之后就err:imagelist:ImageList_ReplaceIcon no color!
err:imagelist:ImageList_ReplaceIcon no color!
err:imagelist:ImageList_ReplaceIcon no color!
err:imagelist:ImageList_ReplaceIcon no color!
Application tried to create a window, but no driver could be loaded.
The X11 driver is missing. Check your build!
这是为什么呢。
要在编译前先装好 fontforge?????这个我没有啊,他是什么作用。 |
|