問題描述:
本人初學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
我已經糾結了一天了,牆內牆外都搜遍了,沒解決。希望有大神可以幫幫我。
謝謝!
业精于勤,荒于嬉;行成于思,毁于随。