version 1.4, 2001/03/27 04:47:43 |
version 1.7, 2003/03/11 07:54:55 |
|
|
Installation of Asir2000 (standalone version; 2001.3.27) |
Installation of Asir2000 (standalone version; 2003.3.11) |
|
|
Any question is welcome by e-mails to noro@math.kobe-u.ac.jp. |
Any question is welcome by e-mails to noro@math.kobe-u.ac.jp. |
|
|
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 |
|
|
Line 39 to '/usr/local/lib'. In the following the directory i |
|
Line 39 to '/usr/local/lib'. In the following the directory i |
|
|
|
% gzip -dc asir.tgz | tar xvf - |
% gzip -dc asir.tgz | tar xvf - |
% cd asir2000 |
% cd asir2000 |
% configure -oxhome TARGETDIR -pari -plot |
% configure --prefix=TARGETDIR --with-pari --enable-plot |
% xmkmf -a |
|
% make |
% make |
% su <-- if necessary |
% su <-- if necessary |
# make install |
# make install |