在ubuntu中,安装windows程序用wine,然后用wine安装windows软件即可。
安装wine
在终端输入以下命令:
[plain] view plain copy
sudo apt-get install wine
用wine安装Source Insight
在终端中输入以下命令:
[plain] view plain copy
注:SourceInsight的安装包要自行下载,跟windows下的安装一样。
wine ~/SourceInsight/InsightSetup.exe
导入工程即可,跟windows无异。