If everything goes well, all you need to do is run the commands below.
$ ./configure
$ make -j 4
# checkinstall -D make install
The -j 4 option means, that make will run 4 concurrent jobs and thus utilise 4 cores.
You’ll end up with installed package or deb package to install with dpkg. In either case you can simply remove the package and all it’s files with apt-get or other package manager..
References: