說明:
1、關於沒有.wine文件夾的解決方法:在命令行上運行winecfg;
2、使用的Wine版本是深度出品(Deepin),已經精簡了很多沒用的配置,使啟動能非常快,占用資源小。
下載:
(鏈接: https://pan.baidu.com/s/1bpEYyIV 密碼: 5ymj)
安裝:
1、安裝Wine
增加32位架構
sudo dpkg --add-architecture i386 sudo apt-get update
sudo deepin-wine/install.sh
如果中途有依賴錯誤,可以再重試多幾次。
2、安裝依賴庫
deepin-wine vcredist_x86.exe deepin-wine msiexec /i MS-VC80.MSI cp MSVBVM60.DLL ~/.wine/drive_c/windows/system32
3、安裝PowerDesigner
cd PowerDesigner15.1 deepin-wine PowerDesigner15_Evaluation.exe
4、漢化+Crack
cp PowerDesigner15漢化/* ~/.wine/drive_c/Program\ Files/Sybase/PowerDesigner\ 15
5、設置桌面圖標
vim ~/.local/share/applications/PowerDesigner15.desktop
[Desktop Entry] Encoding=UTF-8 Version=1.0 Type=Application Name=PowerDesigner 15 Icon=wine Path=/home/jim/.wine/drive_c/Program Files/Sybase/PowerDesigner 15 Exec=deepin-wine pdshell15.exe StartupNotify=false OnlyShowIn=Unity; X-UnityGenerated=true
參考:
http://blog.csdn.net/u012117723/article/details/50235721