gmp installing tips

adammaj1 adammaj1 at o2.pl
Tue Aug 7 15:13:29 CEST 2007


Hi

I think that for newbies ( like me ) should be some more informations :

------------------------------------------------------------------------
first check if your system has Autoconf,automake, libtool, gcc .

To do this type in console:
autoconf --version
automake --version
libtool --version
gcc --version

Then install gmp. To do this go to directory containing file configure and type in console:
./configure
make

Some self-tests can be run with

     make check

And you can install (under /usr/local by default). To do this login as a root and type in console: 

     make install

Regards

Adam Majewski






More information about the gmp-bugs mailing list