简体   繁体   English

如何将C / C ++插件安装到Netbeans(Linux)

[英]How install C/C++ plugin to Netbeans (linux)

I'm trying to install C/C++ plugin on linux Mint on Netbeans IDE. 我正在尝试在Netbeans IDE的Linux Mint上安装C / C ++插件。

But I cannot do it by tools->plugin->download because of my proxy server. 但是由于我的代理服务器,我无法通过工具->插件->下载来实现。 I've downloaded it from netbeans website, but it comes with the .sh format and Netbeans only read .nbm files. 我已经从netbeans网站下载了它,但是它带有.sh格式,并且Netbeans仅读取.nbm文件。 Simply nothing appens. 根本没有任何意义。

How can I install C/C++ plugin on Netbeans without that tool of downloading from within? 如果没有从内部下载的工具,如何在Netbeans上安装C / C ++插件?

You have to configure netbeans around your proxy server like this: 您必须像这样在代理服务器周围配置netbeans:

Tools > Options > General in the IDE, select Manual Proxy Settings, enter the HTTP Proxy and Port for your proxy 在IDE中的“工具”>“选项”>“常规”下,选择“手动代理设置”,输入HTTP代理和代理的端口

If you don't know how to find these information about your proxy: 如果您不知道如何找到有关代理的这些信息:

firefox>tools>options>advanced>>network>settings then you 'll find them in. firefox>工具>选项>高级>>网络>设置,然后您将在其中找到它们。

With that you will be able to install c/c++ with the provided installer. 这样,您就可以使用提供的安装程序安装c / c ++。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM