Category:PARI/GP: Difference between revisions

→‎Using PARI/GP: begin table
(more links)
(→‎Using PARI/GP: begin table)
Line 20:
PARI was written by Henri Cohen and others at Université de Bordeaux and is now maintained by Karim Belabas. gp was originally written by Dominique Bernardi, then maintained and enhanced by Karim Belabas and Ilya Zakharevich, and finally rewritten by Bill Allombert.
 
== UsingGetting PARI/GP ==
PARI/GP can be downloaded at its official website's [http://pari.math.u-bordeaux.fr/download.html download page].
 
{| class="wikitable"
Windows precompiled binaries are available: an installer, stand-alone stable and development versions, plus a nightly build with the very latest changes. [https://pari.math.u-bordeaux.fr/pub/pari/mac/snapshots/ Mac snapshots] are also available. Linux users can install PARI/GP with their favorite package manager (RPM, dpkg, apt, etc.) or build it from source. [http://math.crg4.com/software.html#pari Instructions] are available for compiling.
|-
! Operating system
! Kind
! Type of install
! Link
! How to install
|-
| rowspan="3" | Windows
| many
| installer (stable)
| [http://pari.math.u-bordeaux.fr/download.html#windows official site]
| run installer
|-
| XP, Vista, 7, 8, 10
| standalone binaries (stable)
| [http://pari.math.u-bordeaux.fr/download.html#windows official site]
| run
|-
| many
| standalone binaries (daily)
| [http://pari.math.u-bordeaux.fr/pub/pari/windows/snapshots/ official site]
| run
|-
| rowspan="5" | Linux
| Ubuntu/Debian
| package manager
|
| <code>sudo apt-get install pari-gp</code>
|-
| Fedora
| package manager
|
| <code>sudo dnf install pari-gp</code>
|-
| RHEL/CentOS
| package manager
|
| <code>sudo yum install pari-gp</code>
|-
| FreeBSD
| package manager
|
| <code>sudo pkg install pari-gp</code>
|-
| many
| build
| [http://math.crg4.com/software.html#pari Instructions]
| [http://pari.math.u-bordeaux.fr/download.html official site]
|-
| rowspan="2" | Mac OS
| many
| DMG installer (stable)
| [http://pari.math.u-bordeaux.fr/download.html#macos official site]
| Open dmg, drag to Applications
|-
| many
| standalone binary (stable)
| [http://pari.math.u-bordeaux.fr/download.html#macos official site]
| run
|}
 
Android phones and tablets can use precompiled files from [http://pari.math.u-bordeaux.fr/download.html the official site], [https://f-droid.org/packages/fr.ubordeaux.math.paridroid/ f-droid] or [https://code.google.com/p/paridroid/ paridroid], or download source from [http://pari.math.u-bordeaux.fr/cgi-bin/gitweb.cgi?p=paridroid.git;a=summary the official site] o [https://github.com/FreeMonad/paridroid github].