ubuntu8.04编译安装wine

首先去下载最新的wine安装包,目前是 wine-0.9.60.tar.bz2

1 使用终端并cd到wine安装包目录下执行
tar jxvf wine-0.9.60.tar.bz2
2 cd到wine-0.9.60目录下
cd wine-0.9.45
3 检查编译环境
sudo ./configure
4 make it
sudo make depend && make 此过程大致需要一小时,CPU占用会保持在90到100之间
5、编译完成以后,会提示你Wine built successfully,请输入
sudo make install

大功告成
我在安装过程中遇到的问题:
1 sudo ./configure时遇到错误,提示 C compiler cannot create executables
解决办法:sudo apt-get install libc6-dev
2 sudo ./configure时遇到错误,提示 no suitable flex found.
解决办法:sudo apt-get install flex bison

2008年9月29日 | 归档于 Ubuntu
标签:
本文目前尚无任何评论.

发表评论

XHTML: 您可以使用这些标签: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>