=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/INSTALL,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- OpenXM_contrib2/asir2000/INSTALL 2002/08/08 05:40:36 1.6 +++ OpenXM_contrib2/asir2000/INSTALL 2003/03/11 07:54:55 1.7 @@ -1,4 +1,4 @@ - 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. @@ -25,8 +25,8 @@ to '/usr/local'. In the following the directory is de 2. Installation of pari -% gzip -dc pari-2.2.tgz | tar xvf - -% cd pari-2.2 +% gzip -dc pari.tgz | tar xvf - +% cd pari % ./Configure --prefix=TARGETDIR % make all % su <-- if necessary @@ -39,8 +39,7 @@ to '/usr/local'. In the following the directory is de % gzip -dc asir.tgz | tar xvf - % cd asir2000 -% configure -oxhome TARGETDIR -pari -plot -% xmkmf -a +% configure --prefix=TARGETDIR --with-pari --enable-plot % make % su <-- if necessary # make install