问题描述:
本人初学Linux,装了Ubuntu16.04,想装一下wine,安装好了之后用wine运行exe文件,报错:
wine: could not locate the Wine build tree
安装过程:
从官网https://www.winehq.org/download/下载了2.6版
解压到/home/user/wine
终端定位到/home/user/wine/wine-2.6
运行
./configure --enable-win64
提示需要一些库,我都安装了上去,然后
make
make install
安装好了之后运行wine64命令,会有正常提示
~$wine64
Usage: wine PROGRAM [ARGUMENTS...] Run the specified program
wine --help Display this help and exit
wine --version Output version information and exit
但是当我运行
wine64 a.exe
就报错,wine: could not locate the Wine build tree
我已经纠结了一天了,墙内墙外都搜遍了,没解决。希望有大神可以帮帮我。
谢谢!
业精于勤,荒于嬉;行成于思,毁于随。