
Main
PARI/GP?
Download
Packages
Timeline
Search
Support
FAQ
Documentation
Tutorials
Ateliers PARI/GP
Mailing Lists
GP scripts library
Contributed scripts
Development
Version Control
Coding Guidelines
Latest Changes
Bugs
Buildlogs
Benchmarks
Miscellaneous
WWW Stats
Logo
Fun!
Links
|
Download PARI/GP
If you intend to compile PARI/GP from a source distribution, make sure
the GNU MP and GNU readline libraries are already
installed on your system. They are not mandatory but make the gp
calculator respectively faster and more user-friendly. (See the Extras
section for details.)
Note: some browsers will silently gunzip the
downloaded files, and save the .tar, whose size and
checksums will be different.
PARI/GP
You may also want to download some Optional
Packages.
Source distributions
Snapshots from our GIT server are also
available, corresponding to the above versions with all current patches
applied.
Self-installing binary distributions for Windows
- Development version: Pari-2-6-0.exe, 40417 KBy, May 15 17:29:53 2013
md5sum: 0f74fa17d1ebe32adc9c7b8368db35b1 Pari-2-6-0.exe
Basic GP binary for Windows
This is a basic GP binary, without online help,
or any optional package. The latter can be downloaded separately.
- Stable version for XP, Vista: gp-2-5-4.exe, 4061 KBy, May 13 09:22:33 2013
md5sum: 2c629ddf06e83c3122d0d615417704c2 gp-2-5-4.exe
- Stable version for Windows 7 , 8: gp-readline-2-5-4.exe, 4482 KBy, May 13 10:55:03 2013
md5sum: 3f1f89da01bdadebdca254f90be2002f gp-readline-2-5-4.exe
We advise to download both binaries and use the one that works best.
- Development version for XP, Vista: gp-2-6-0.exe, 4571 KBy, May 15 19:54:43 2013
md5sum: 75fc892e4c612728ed1c14aadd6684f2 gp-2-6-0.exe
- Development version for Windows 7 , 8: gp-readline-2-6-0.exe, 4992 KBy, May 15 19:48:41 2013
md5sum: c8a21711dd1cb4d5165026d84d1b7d3e gp-readline-2-6-0.exe
- Snapshots: This directory contains a very basic GP binary
built daily from the
master branch.
GP2C
The GP to C compiler translates GP scripts to PARI programs.
- The GNU readline
library provides line editing under GP, an automatic context-dependent
completion, and an editable history of commands.
- The GNU MP library can be used as a
replacement for the native multiprecision kernel. It is rather faster than
the native kernel
(benchmarks).
-
The PariEmacs package. Require PARI/GP-2.4.1 and up.
GP can be run in an Emacs buffer, with all the obvious advantages if you are
familiar with this editor. This package was developped alongside PARI/GP
for a long time, and is currently still included in the stable
version. It is now developped separately and, starting from 2.4.1,
must be downloaded separately. (In particular, PARI/GP and PariEmacs may
be upgraded independently.)
- perl (used by the
gphelp
script provides extended online help (full text from this manual) about
functions and concepts, which can be used under GP or independently.
Archive
The complete PARI/GP archive with older versions is available via
HTTP or
FTP.
|