-
-
Save illucent/9536848 to your computer and use it in GitHub Desktop.
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
http://thomaslockerambling.blogspot.co.uk/2013/09/ada-programming-on-slackware.html