#sudo apt-get update
.
.
#sudo apt-get install build-essential
.
.
#gcc --version
.
.
//you can see the gcc version
#make --version
.
.
//here the make version
.
.
#sudo apt-get install build-essential
.
.
#gcc --version
.
.
//you can see the gcc version
#make --version
.
.
//here the make version
0 Comments