请问有没有成功编译wine 0.9.11的?
发表于 : 2006-04-07 0:07
<b>请问有没有成功编译wine 0.9.11的?我怎么都编译不成功,编译了大半天提示有函数未定义</b>
我自己编译的。没用那个脚本blufeather 写了:请问你是用自带的安装程序安装的还是自己编译安装的,我用自带的wineinstall脚本安装不了,自己编译出错.
Building the Package from Source using APT:
APT also allows easy compilation from source of a package. This is useful if there is no binary
package available for your architecture, or if you wish to create a fresh .deb file from scratch. To do this, first follow the instructions for installing from the console above, except instead of running apt-get install wine run
'apt-get build-dep wine'
This will download the needed development packages for your system to make the wine package. Then, run
'apt-get --build source wine'
have a snack, and wait for the compiling to finish.
To install your newly created package (which should be in whatever directory you were in when you ran apt-get --build source), run
'dpkg -i wine*.deb'
as root.