Instalation Note:

If the root of the PARI source tree is not in . , .. , or ../.. , 
please link it to `./pari' with "ln -s":

ln -s /path/to/pari/source/tree ./pari

Run `./configure' .
Then run `make' .
You can run `make check' for an automated check, but it requires
your environment being properly detected, so it may fail even if gp2c is
usable.

You can try gp2c in this directory with the script ./gp2c .

You can do a "compile-and-run" with the script ./gp2c-run .

You can install gp2c and gp2c-run (in /usr/local/bin) by running
make install
as root.

configure support standard configure script options, for example to install 
in /usr/bin use

./configure --prefix=/usr

