Click here to Skip to main content
15,879,095 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,


I have a c++ project developed on netbeans. I want to execute this project in linux. I wanted to know what steps should I follow to execute the netbeans c++ project on a linux machine.

Any help will be appreciated.

Thanks in advance.
Posted
Comments
Volynsky Alex 5-Jun-13 18:36pm    
The following short tutorial takes you through some of the basic steps of developing a C or C++ application using the NetBeansTM C/C++ Development Pack.:
https://cnd.netbeans.org/cnd-tutorial.html

Regards,
Alex.

1 solution

Netbeans (on success) produces an exacutable file. you have just to type its name from the console. You may also start the program form the Netbeans IDE itself, see C/C++ Projects Quick Start Tutorial[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900