[BACK]Return to INSTALL.DOC CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / pari

File: [local] / OpenXM_contrib / pari / Attic / INSTALL.DOC (download)

Revision 1.1.1.1 (vendor branch), Sun Jan 9 17:35:29 2000 UTC (24 years, 4 months ago) by maekawa
Branch: PARI_GP
CVS Tags: maekawa-ipv6, VERSION_2_0_17_BETA, RELEASE_20000124, RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2, RELEASE_1_2_1, RELEASE_1_1_3, RELEASE_1_1_2
Changes since 1.1: +0 -0 lines

Import PARI/GP 2.0.17 beta.

Assuming you're on a fairly standard Unix system and you are in a hurry,
you can quickly build/test GP in the following way:

a) look at MACHINES to see if anything funny applies to your configuration
b) ./Configure (--prefix=/exotic/dir/name if desired. Default is /usr/local)
c) make gp, make bench
d) make doc to build manual, tutorial and reference card (produces users.dvi,
tutorial.dvi, refcard.dvi, refcard.ps in directory doc).
e) make install if desired
f) copy misc/gprc.dft to $HOME/.gprc. Modify it to your liking (possibly copy
it to /etc/gprc for system-wide installations).
g) copy/modify misc/gpalias somewhere and call it from your .gprc (if desired)
h) the data for polgalois() function (12 > degree > 6) is provided in a
separate archive galdata.tgz, which you have to fetch separately.

That's it! Compile and read INSTALL.tex (e.g tex INSTALL; xdvi INSTALL)
for more detailed information and various hints.

P.S: the same procedure should work on
  Windows 95/98/NT: with the cygwin package
  OS/2            : with EMX, GNU tools, and pdksh