zoukankan      html  css  js  c++  java
  • Ubuntu 16.04下使用Wine安装PowerDesigner15

    说明:

    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

  • 相关阅读:
    UVA 12284 Digital Matrix
    lightoj 1052
    light oj 1236
    light oj 1151
    省选准备 MISTAKE 大全
    我的省选 Day -15
    「FJ2014集训」采药人的路径
    【NOI2012】迷失游乐园
    寒假这十天
    计算几何 大杂烩
  • 原文地址:https://www.cnblogs.com/EasonJim/p/7460041.html
Copyright © 2011-2022 走看看