linux下使用source insight

来源:互联网 发布:淘宝日用百货店铺推荐 编辑:程序博客网 时间:2024/06/06 00:34
以前都在Windows下用source insight,但是最近需要在Linux下使用,幸好知道有wine这个东西。多知道一些东西还是有意义的。
安装:
1. sudo apt-get install wine
2.将source insight拷贝到Linux中
3.进入Linux中InsightSetup.exe所在目录,使用wine安装source insight: $wine InsightSetup.exe 之后的界面和Windows完全相同
4.启动source insight
1)命令行启动 $wine "C:/Program Files/Source Insight 3/Insight3.exe" 即输入exe所在的路径
 2)从界面启动 打开Places->Computer,找到Insight3.exe所在的目录,右键Insight3.exe,选择Open with Wine Windows Program Loader PS: 用wine其实还可以在Linux下运行其他Windows软件,比如BeyondCompare,过程是一样的 Source Insight has not been installed completely 
 Source Insight Version 3.50.0064 运行软件时报错: 如下: Source Insight has not been installed completely Please run the Source Insight Setup program to install it before running it.Do not just copy the Insight2.exe file.
 或者: Source Insight cannot initialize:Module not loaded:insight3.exe 这个问题耽误了我很多时间,卸载了重新安装,安装了又卸载,在网上找个几个安装软件,都报相同的错误,问题依旧。
后来灵光一闪,以管理员省份运行试试,ok,成功,解决了。
具体步骤,右击Insight3.exe,选择属性-->兼容性-->特权等级-->以管理员身份运行此程序打勾 希望能够其他朋友提示,以免耽误不必要的时间

http://blog.163.com/sunshine_linting/blog/static/448933232013029940856/
0 0
原创粉丝点击