GP2C,  GP to C translator
       Copyright (C) 2000-2015 The PARI Group, Bordeaux.

GP2C is part of the PARI/GP system, http://pari.math.u-bordeaux.fr/.

New versions are available at
<ftp://pari.math.u-bordeaux.fr/pub/pari/GP2C> and
<http://pari.math.u-bordeaux.fr/download.html>

==========================================================================

To get started, read the manual in doc/gp2c.dvi or doc/html.
You need PARI/GP installed to compile this package.

The command provided are:

gp2c file.gp

Translate file.gp to C and output the resulting code to stdout.

gp2c-run file.gp

This will translate file.gp to C, compile it, and run a GP session including
the compiled functions. This rely on install() working for external module
so is not as portable as GP2C. However it is known to work on Linux, Solaris,
OSF/1, Mac OS X, and Cygwin.

gp2c-dbg file.gp

[not installed by default]
This does the same as gp2c-run but launch GP inside the C debugger, so
you can debug your script. See the configure option '--with-paricfg-dbg'
to enable it.

Thanks for your support, and have fun !

Bill Allombert <allomber@math.u-bordeaux.fr>

========================================================================

GP2C is free software; you can redistribute it and/or modify it under the terms
of the GNU General Public License as published by the Free Software Foundation;
either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.  See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with
this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
Street, Fifth Floor, Boston, MA 02110-1301 USA.
