Install Development tool in Ubuntu

#sudo apt-get update
.
.

#sudo apt-get install build-essential
.
.

#gcc --version
.
.
//you can see the gcc version
#make --version
.
.
//here the make version

Post a Comment

0 Comments