I got GMP to compile, however, when I try to run the demo "primes.c" I am unable to figure out the correct syntax.
Every time I've run the program I get the below output:
usage: ./primes [-c] [-p] [-g] [from [+]]to
I have devolved into just experimentally trying different iterations of this command and cannot get it to work properly.
What do the c,p,g args represent?
How can I actually use the demo?