在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。