The primes program writes a multiplication table of the first 10 prime
numbers to STDOUT. Optionally, more than 10 primes can be multiplied by passing
a numeric argument on the command line.
Just plain old make.
A C++ compiler supporting C++11 is required: clang++ >= 3.4 or g++ >= 4.8
will do. Boost is also required. Additionally,
gtest is required to build and run the
unit tests.