码迷,mamicode.com
首页 > Windows程序 > 详细

Mac下使用Wine安装PowerDesigner15

时间:2017-12-10 17:05:12      阅读:351      评论:0      收藏:0      [点我收藏+]

标签:power   pow   bin   wine   cat   lan   file   exp   vim   

下载:

(链接: 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

cd 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 &

 

Mac下使用Wine安装PowerDesigner15

标签:power   pow   bin   wine   cat   lan   file   exp   vim   

原文地址:http://www.cnblogs.com/EasonJim/p/8017197.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!