This is a fork from https://code.google.com/p/matplotpp/ and
We need to install freeglut
Ubuntu:
$ sudo apt-get install freeglut3-dev
Fedora:
$ sudo yum install freeglut-devel
Clone the repositoy:
git clone [email protected]:kranfix/matplotpp.git
Place into the project:
cd matplotpp
And excetute the Makefile:
make
Only type the following:
$ cd matplotpp
$ make build