version 1.4, 2001/03/27 04:47:43 |
version 1.6, 2002/08/08 05:40:36 |
Line 21 include header files of PARI |
|
Line 21 include header files of PARI |
|
|
|
These subdirectories are created automatically if they does not exist. |
These subdirectories are created automatically if they does not exist. |
If you can be a root, it is recommended to set the install directory |
If you can be a root, it is recommended to set the install directory |
to '/usr/local/lib'. In the following the directory is denoted by TARGETDIR. |
to '/usr/local'. In the following the directory is denoted by TARGETDIR. |
|
|
2. Installation of pari |
2. Installation of pari |
|
|
% gzip -dc pari.tgz | tar xvf - |
% gzip -dc pari-2.2.tgz | tar xvf - |
% cd pari |
% cd pari-2.2 |
% ./Configure --prefix=TARGETDIR |
% ./Configure --prefix=TARGETDIR |
% make all |
% make all |
% su <-- if necessary |
% su <-- if necessary |