在Ubuntu上運行Windows應用程序方法

一、首先安裝 Wine

sudo apt-get install wine


二、安裝過程中,會彈出如下對話框

按下“table”鍵,然後按下回車即可


三、配置Wine

1.DLL 設置
在真實的 windows 系統中從 C:\WINDOWS\systenm32 裏複製 mfc42.dll,msvcp60.dll,riched20.dll,riched32.dll 這幾個文件到/home/用名/.wine/drive_c/windows/system32 文件裏,需要覆蓋時確定。

2.字體設置

從 Windows 目錄下的 Fonts 裏的 simsun.ttc 複製到/home/user/.wine/drive_c/windows/fonts 裏面。

3.添加函數庫

在“函數庫”選項卡上找出richedit20、riched32,點加入 :

ubuntu安裝wine

ubuntu安裝wine


四、Wine下打開EXE文件

1、進入到exe所在的目錄,然後執行下面命令: wine application.exe

2、直接在exe文件上右鍵 使用 Wine Windows Program Loader 打開


五、Wine中英文用戶指南

1、中文wine用戶指南:http://forum.ubuntu.org.cn/viewtopic.php?t=98233

2、英文wine用戶指南:http://www.winehq.org/site/docs/wineusr-guide/index


六、Linux兼容內核融Windows與Linux於一體

官網: http://www.longene.org/index.php


最後轉載一篇相關博文:

http://blog.csdn.net/xiaoxiinlose/article/details/4163459

http://www.winehq.org/download/ubuntu




發佈了22 篇原創文章 · 獲贊 6 · 訪問量 6萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章