简体   繁体   English

适用于Ubuntu 12.04的C ++编译器/ SDK-Netbeans

[英]C++ compiler/SDK for Ubuntu 12.04 - Netbeans

I have installed Netbeans 7.1 on Ubuntu. 我已经在Ubuntu上安装了Netbeans 7.1。 When I was activating C++ in netbeans, it didn't lead me to the page where C++ compiler/SDK exists, as it did in windows. 当我在netbeans中激活C ++时,它并没有像Windows中那样引导我进入存在C ++编译器/ SDK的页面。 I am using Cygwin in windows, but seems like it is not there for Linux. 我在Windows中使用Cygwin,但似乎不存在Linux。

Please guide me to the correct location where I can find correct C++ compiler/SDK for Linux, which I can use in Netbeans. 请引导我到正确的位置,在这里可以找到适用于Linux的正确C ++编译器/ SDK,可以在Netbeans中使用它。

You need to install gcc 您需要安装gcc

gcc is the gnu c and c++ compiler gcc是gnu c和c ++编译器

simply open a console and type: 只需打开控制台并键入:

sudo apt-get install build-essential

CPP setup instructions for netbeans: http://netbeans.org/community/releases/60/cpp-setup-instructions.html Netbeans的CPP设置说明: http : //netbeans.org/community/releases/60/cpp-setup-instructions.html

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

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