Last active
December 22, 2015 19:29
-
-
Save ThomasLocke/6520059 to your computer and use it in GitHub Desktop.
Ada Programming on Slackware - snippet 8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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