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的图标。双击即可运行。
关于ubuntu下gedit和SourceInsight下乱码问题:http://www.linuxdiyf.com/linux/13699.html
Ubuntu中更好地使用Source Insight:http://www.linuxdiyf.com/linux/14733.html
Ubuntu使用Wine安装Source Insight:http://www.linuxdiyf.com/linux/11601.html
Ubuntu Kylin下安装Source Insight:http://www.linuxdiyf.com/linux/11143.html
Source Insight3.0:Linux源代码阅读的利器:http://www.linuxdiyf.com/linux/8746.html