Install package called build-essential is the best way
build-essential contains a list of packages which are essential for building Ubuntu packages including gcc compiler, make and other required tools.
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install build-essential
gcc -v
make -v
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment