Gwi
Gwi

Reputation: 33

NetBeans configurations

I need help configuring my NetBeans to use C++. I'm now using it on Linux and the construction fails every time, no matter what the project, so I'm assuming it must have something to do with the compilers and makers installed.

Compilators and makers installed

Is there something I can change here?

Upvotes: 1

Views: 78

Answers (1)

karel
karel

Reputation: 5872

In NetBeans select Tools -> Plugins -> Settings tab -> Configuration of Update Centers and install the latest version of the NetBeans Plugin Portal. The latest version of the NetBeans Plugin Portal is compatible with one of the later versions of g++ 8, 9 or 10 in your distribution's default repositories.

NetBeans Plugin Portal

Install the C/C++ plugin. In NetBeans, select Tools -> Plugins. Then in Available Plugins tab, in the C/C++ category, check the box for C/C++, then click Install to start the installation. Restart NetBeans before using the C/C++ plugin.

enter image description here

Upvotes: 2

Related Questions