Mac下使用Wine安裝PowerDesigner15


下載:

(鏈接: https://pan.baidu.com/s/1bpEYyIV 密碼: 5ymj)

安裝:

1、安裝Wine

參考:http://www.cnblogs.com/EasonJim/p/8016167.html

2、安裝依賴庫

wine vcredist_x86.exe 
wine msiexec /i MS-VC80.MSI
cp MSVBVM60.DLL ~/.wine/drive_c/windows/system32

3、安裝PowerDesigner

cd PowerDesigner15.1
wine PowerDesigner15_Evaluation.exe

4、漢化+Crack

cp PowerDesigner15漢化/* ~/.wine/drive_c/Program\ Files/Sybase/PowerDesigner\ 15

5、設置桌面圖標,雙擊運行

參考:http://www.cnblogs.com/EasonJim/p/7467457.html

vim powerdesigner15.command
chmod u+x powerdesigner15.command
#!/bin/bash
test "$?BASH_VERSION" = "0" || eval 'setenv() { export "$1=$2"; }';
  setenv PATH "/Applications/Wine Stable.app/Contents/Resources/start/bin:/Applications/Wine Stable.app/Contents/Resources/wine/bin:$PATH";
nohup wine .wine/drive_c/Program\ Files\ \(x86\)/Sybase/PowerDesigner\ 15/pdshell15.exe >/dev/null 2>&1 &

 

==>如有問題,請聯系我:easonjim#163.com,或者下方發表評論。<==
==>Mac使用交流群【555023193】:
 
文章轉載自:
 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM