Linux 如何在 Ubuntu 中获取/安装 Source Insight

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/5710668/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-05 03:42:03  来源:igfitidea点击:

How can I get/install Source Insight in Ubuntu

linuxubuntu

提问by zjm1126

I use Source Insightin Windows, but now I use Ubuntu and I can't find a version of Source Insight for Linux.

我在 Windows 中使用Source Insight,但现在我使用 Ubuntu,但找不到适用于 Linux 的 Source Insight 版本。

What can I do?

我能做什么?

I use Source Insight to look the Linux core source code. It is a good IDE.

我使用 Source Insight 查看 Linux 核心源代码。这是一个很好的IDE。

回答by ninjagecko

You may want to rephrase your question in a more generic way, since not many people know what "source insight" is. It is apparently a Windows IDE that focuses on C/Java-like languages.

您可能想以更通用的方式重新表述您的问题,因为没有多少人知道“源洞察”是什么。它显然是一个专注于 C/Java 类语言的 Windows IDE。

You are looking for any IDE.

您正在寻找任何 IDE。

One possibility is Eclipse - http://eclipse.org/

一种可能性是 Eclipse - http://eclipse.org/

There many many more. You can do a search for an IDE for your language.

还有很多很多。您可以搜索适合您语言的 IDE。

Whether a program supports Windows, Mac, and/or Linux depends on who makes the program. In this case since the program is commercial, you could check on the company's website. Some Windows software can be made to run on Linux with the wineprogram.

程序是否支持 Windows、Mac 和/或 Linux 取决于程序的制作者。在这种情况下,由于该程序是商业性的,您可以查看该公司的网站。使用该wine程序可以使某些 Windows 软件在 Linux 上运行。

回答by itisravi

cscope is a good equivalent on linux.If you use KDE, there's a nice GUI to it called Kscope

cscope 在 linux 上是一个很好的等价物。如果你使用 KDE,它有一个很好的 GUI,叫做 Kscope

回答by Sergei Nikulov

Source Insight works perfect under wine on x86/64_x86 Linux.

Source Insight 在 x86/64_x86 Linux 上的 wine 下完美运行。