Skip to content

Instantly share code, notes, and snippets.

@illucent
Forked from ThomasLocke/gist:6520059
Created March 13, 2014 20:57
Show Gist options
  • Save illucent/9536848 to your computer and use it in GitHub Desktop.
Save illucent/9536848 to your computer and use it in GitHub Desktop.
$ tar zxvf gnatcoll-gpl-2011-src.tgz
$ ./configure --prefix=/usr/gnat/ --disable-projects --disable-pygtk
$ PROCESSORS=4 make
$ make install
$ cd examples
$ make
$ cd gmp/
$ ./isprime
(try a few numbers)
$ cd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment