在Ubuntu16.04下安装SourceInsight和WeChat

1 使用Wine安装SourceInsight4

1.1 安装Wine

$ sudo apt-get install wine

1.2 安装SourceInsight

下载SourceInsight软件并安装。

$ wine ~/Desktop/Si4Setup.exe

按照步骤一步步安装。安装过程中,会创建一个目录/.wine,其中/.wine/drive_c目录下是window环境。

创建启动脚步,放在~/.bashrc中。

alias startsi='wine "c:/Program Files (x86)/Source Insight 4.0/sourceinsight

启动sourceinsight4

$ startsi

2 使用DeepIn-Wine安装WeChat

这是目前最完美的方案,感谢前人贡献。

1.1 安装DeepIn-Wine

$ git clone https://github.com/wszqkzqk/deepin-wine-ubuntu.git
$ cd deepin-wine-ubuntu/
$ ./install.sh 

1.2 下载WeChat并安装

这里下载WeChat包.

$ sudo dpkg -i deepin.com.wechat_2.6.2.31deepin0_i386.deb

安装完deepin.com.***.deb之后,/usr/share/applications目录里会出现相应的.desktop文件,因此会在系统菜单中显示此应用。因此,可以从系统菜单中启动WeChat。

3 引用

[1] git:deepin-wine-ubuntu

[2] 2019年wine QQ最完美解决方案(多Linux发行版通过测试并稳定运行)

posted @ 2019-05-21 22:30  翻书  阅读(2201)  评论(0编辑  收藏  举报