SourceInsight.exe 因为它是windows下的可执行文件,在ubuntu下没法执行. 因此需要安装wine.
一:
在ubuntu的终端下输入如下命令:
sudo apt-get install wine (安装wine)
二:
使用wine来安装SourceInsight。
把SourceInsight.exe上传到ubuntu。例如:放到 :/home/myself/app 下
执行如下命令安装:
wine /home/myself/app/SourceInsight.exe
执行该命令后,安装步骤和在windows下安装一样,根据提示默认安装即可。
三:
在关闭SourceInsight之后,如何再次打开SourceInsight???
我的是在ubuntu1404上,直接搜索运用的方式,搜索SourceInsight,就可以搜索到SourceInsight的图标。双击即可运行。