2017年4月1日 星期六

linux mint 安裝新版 wine 示範並安裝 Window application

安裝 wine1.8 過程:
sudo  add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine1.8

安裝 wine 最新開發版過程:
sudo add-apt-repository ppa:wine/wine-builds
sudo apt-get update
sudo apt-get install winehq-devel
參考:
http://askubuntu.com/questions/879304/wine-2-0-says-it-supports-office-2013-how-do-i-actually-install-it
p.s.  SketchUP 2016 與 wine 2.4 版似乎不相容, 安裝時會有問題!, 因此最好還是安裝 wine1.8


底下會安裝 windows application: SketchUP 2016
1. 下載 32位元版本的 sketchup 2016:  https://www.sketchup.com/zh-TW/download/all
或直接下載: http://dl.trimble.com/sketchup/2016/zh-TW/SketchUpPro-2016-1-1450-80432-zh-TW-x86.exe

2. 設定組態以便安裝 sketchup 2016, 執行: 選單 -> Wine -> Configure wine 來設定程式組態, 參考文章:  http://askubuntu.com/questions/719504/how-do-i-install-sketchup-on-ubuntu-15-10
    a. 應用程式(標籤): window 版本選擇 windows 7
    b. 函式庫(標籤): 新增函式庫覆載 riched20, 新增一筆.
    c. 套用設定成 "預設組態"

3. 瀏覽選擇要安裝的程式(SketchUpPro-2016-1-1450-80432-zh-TW-x86.exe),啟用滑鼠右鍵選擇用Wine Loader來安裝, 安裝完成後, 它會加在: 選單 -> Wine -> SketchUp 程式底下,點選就可以執行.

4. 關閉 Sketchup 的歡迎畫面詳見: https://www.youtube.com/watch?v=9Tk__kTjiJc
    a.下載 Resource Hacker:  http://www.angusj.com/resourcehacker/
    b. 用 Wine Loader執行Resource Hacker修改以下2個檔案, 找尋startup的機碼,將它刪除並存檔:
         c:/Program Files (x86)/SketchUp/SketchUp 2016/SketchUp.exe
         c:/Program Files (x86)/SketchUp/SketchUp 2016/resources/zh-TW/SketchUpRc.dll
    c. Resource Hacker 存檔時會先將原檔案更名,並將主檔名附加 _original 備份,以防不時之需

5. 瀏覽並選擇程式: 啟用滑鼠右鍵, 選擇 SketchUp.exe 使用 Wine loader 來執行.


p.s.  Linux mint 18.1 的 wine 升級成 2.0.1: 詳見: https://wiki.winehq.org/Ubuntu
   sudo dpkg --add-architecture i386 
   wget https://dl.winehq.org/wine-builds/Release.key 
   sudo apt-key add Release.key
   sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main'
        sudo   apt-get update
        sudo apt-get install --install-recommends winehq-stable

沒有留言: