Skip to content

Instantly share code, notes, and snippets.

@ThomasLocke
Last active December 22, 2015 19:29
Show Gist options
  • Save ThomasLocke/6520059 to your computer and use it in GitHub Desktop.
Save ThomasLocke/6520059 to your computer and use it in GitHub Desktop.
Ada Programming on Slackware - snippet 8
$ 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