Wednesday, 2 May 2012

Install C++,C in ubuntu with netbean or other IDE

For installation you need to install Update package index first:
$ sudo apt-get update
$ sudo apt-get install build-essential gdb subversion
$ sudo apt-get install automake autoconf libtool
$ sudo apt-get install libgtk2.0-dev libxmu-dev libxxf86vm-dev
$ sudo apt-get install libwxbase2.8-dev wx2.8-headers libwxgtk2.8-dev 

After restart with IDE ,create project or file with Cpp or C, then
Setup complier with

C Compiler: /usr/bin/gcc
C++ Compiler: /usr/bin/g+

No comments:

Post a Comment