File: INSTALL

package info (click to toggle)
pari 2.17.3-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 24,508 kB
  • sloc: ansic: 281,184; sh: 861; perl: 420; yacc: 214; makefile: 162; f90: 88
file content (21 lines) | stat: -rw-r--r-- 864 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Assuming your system is a fairly standard Unix, you can quickly build/test
GP in the following way:

a) ./Configure  ( --prefix=/exotic/dir/name if desired. Default is /usr/local. )
b) make all, make bench
c) make install, if desired
d) copy misc/gprc.dft to /etc/gprc [sitewide] or $HOME/.gprc [personal]

Documentation can be found in directory doc.  Compile and read doc/INSTALL.tex
(e.g cd doc; tex INSTALL; xdvi INSTALL) for detailed installation instructions.

P.S: Useful optional packages can be downloaded separately

  http://pari.math.u-bordeaux.fr/packages.html

in particular

  elldata: Cremona's Elliptic Curve Data, needed by ellsearch and ellidentify; 
  galdata: needed by polgalois to compute Galois group in degrees 8 through 11; 
  galpol: a database of Galois polynomials for galoisgetpol
  seadata: allow ellcard(E) for large finite fields.