當前位置:編程學習大全網 - 源碼下載 - Red Flag Linux Desktop 無法執行(很多很多...)exe

Red Flag Linux Desktop 無法執行(很多很多...)exe

安裝wine.到/html_2/1/59/id=40432&pn=0.html下載.

到終端下安裝:

用普通用戶登錄,將tar包復制到/home/當前user目錄下(我的是gener)

cd /home/gener

tar jxvf wine-0.9.10.tar.bz2

cd wine-0.9.10

./tools/wineinstall

之後它會運行./configure,然後顯示:We need to install wine as root user, do you want us to build wine,'su root' and install Wine? Enter 'no' to continue without installing(yes/no)

yes 回車

如果在此處出現錯誤,請檢查此命令的輸出,如果他沒有找到壹些需要的包,而妳又希望使用那個包提供的功能時,請安裝相應的 devel 包。

如果妳root用戶設置了密碼,還會提示妳輸入密碼。

待屏幕上出現:

Installation complete for now. Good luck (this is still alpha software).

If you have problems with WINE, please read the documentation first,

as many kinds of potential problems are explained there.

則表示安裝成功了。

方法二:

以root用戶登入。進入wine源碼安裝包的目錄,依次執行

./configure

make depend

make

make install

實際操作:

以root登錄,將wine-0.9.10.tar.bz2復制到/root/目錄下面。

打開終端,運行:

cd /root

tar jxvf wine-0.9.10.tar.bz2

cd wine-0.9.10

./configure --prefix=/usr/local/wine

如果在此處出現錯誤,請檢查此命令的輸出,如果他沒有找到壹些需要的包,而妳又希望使用那個包提供的功能時,請安裝相應的 devel 包。

make depend && make && make install

wine

至此,wine安裝成功。

成功後重啟,點擊exe就可以了

註意:並非所有exe都能啟動.photoshop,迅雷,qq,baidu hi,這些我試過,可以啟動。其他沒試過.建議將red flag 升級,至少6.0版

  • 上一篇:我的世界0.15.0新人生存攻略
  • 下一篇:jquery怎麽獲取瀏覽器屏幕分辨率
  • copyright 2024編程學習大全網