How to install g++ compiler for C/C++ on Ubuntu 13.04

A small post on installing g++ compiler on Ubuntu 13.04. Below are the steps. Note: apt-get might take some time, kindly be patient.

$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get install build-essential
$ gcc -v
$ make -v

Thats all. g++ compiler is now installed on your box.
Cheers \m/

1 thought on “How to install g++ compiler for C/C++ on Ubuntu 13.04”

  1. Pingback: How to install protocol buffer 2.5.0 on Ubuntu 13.04 at ConfusedCoders

Leave a Reply

Your email address will not be published. Required fields are marked *