ubuntu下安装 Source insight
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
习惯了在source insight下编辑阅读源码,在linux下用vi总是用不好 ,还是在ubuntu上用回熟悉的source insight。
在ubuntu中,安装windows程序用wine,然后用wine安装windows软件即可。
- 安装wine
在终端输入以下命令:
sudo apt-get install wine
- 用wine安装Source Insight
在终端中输入以下命令:
注:SourceInsight的安装包要自行下载,跟windows下的安装一样。wine ~/SourceInsight/InsightSetup.exe
- 导入工程即可,跟windows无异。
附图:
- 如何打开SourceInsight?
项目导入之后,把sourceInsight关闭之后,怎么再把SourceInsight打开?这时发现在终端不知道wine安装到哪了,还有SourceInsight的安装目录又在哪里?
先在终端中输入命令
发现多了个隐藏目录:cd ~ ll
.wine/
进去看看:
发现有以下目录:cd .wine/ ll
dosdevices drive_c system.reg userdef.reg user.reg
其中drive_c默认为windows下C盘,打开进到该目录看看:
cd drive_c ls
这时基本上都能明白怎么回事了,打开Program Files:
cd Program\ Files/ ls
总算找到它了,打开看看:
cd Source\ Insight\ 3/ ls
在终端输入命令: wine Insight3.exe 成功打开Source Insight! 备注:刚发现瞎忙了半天,安装完wine后在系统菜单里面有个wine选项,在那直接打开source insight就可以了(Wine->Programs->Source Insight3->Source Insight3.5),瞎折腾:(
转载请注明出处:http://blog.csdn.net/imyang2007/article/details/7654700
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献6条内容
所有评论(0)