[问题]wine快速安装问题
发表于 : 2008-04-27 21:43
我的系统是 ubuntu8.04,我从官方下载了wine-0.9.60.tar.bz2解压,我以用chmod -R 775 wine-0.9.60修改了文件的权限,进入源文件目录,以下三次尝试都失败了,
zhiyuan@zhiyuan:/home/software/wine-0.9.60$ sudo ./tools/wineinstall
[sudo] password for zhiyuan:
WINE Installer v0.75
You are running wineinstall as root, this is not advisable. Please rerun as a user.
Aborting.
zhiyuan@zhiyuan:/home/software/wine-0.9.60$ ./tools/wineinstall
WINE Installer v0.75
The source directory is not writable. You probably extracted the sources as root.
You should remove the source tree and extract it again as a normal user.
zhiyuan@zhiyuan:/home/software/wine-0.9.60$ su root
口令:
root@zhiyuan:/home/software/wine-0.9.60# ./tools/wineinstall
WINE Installer v0.75
You are running wineinstall as root, this is not advisable. Please rerun as a user.
Aborting.
最后,我只得./configure &&make depend &&make &&make install &&make clean来完成安装,花了一个多小时,请各位指点一下,怎么用./tools/wineinstall快速完成安装,谢谢!
zhiyuan@zhiyuan:/home/software/wine-0.9.60$ sudo ./tools/wineinstall
[sudo] password for zhiyuan:
WINE Installer v0.75
You are running wineinstall as root, this is not advisable. Please rerun as a user.
Aborting.
zhiyuan@zhiyuan:/home/software/wine-0.9.60$ ./tools/wineinstall
WINE Installer v0.75
The source directory is not writable. You probably extracted the sources as root.
You should remove the source tree and extract it again as a normal user.
zhiyuan@zhiyuan:/home/software/wine-0.9.60$ su root
口令:
root@zhiyuan:/home/software/wine-0.9.60# ./tools/wineinstall
WINE Installer v0.75
You are running wineinstall as root, this is not advisable. Please rerun as a user.
Aborting.
最后,我只得./configure &&make depend &&make &&make install &&make clean来完成安装,花了一个多小时,请各位指点一下,怎么用./tools/wineinstall快速完成安装,谢谢!