[BACK]Return to INSTALL CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000

Diff for /OpenXM_contrib2/asir2000/INSTALL between version 1.6 and 1.7

version 1.6, 2002/08/08 05:40:36 version 1.7, 2003/03/11 07:54:55
Line 1 
Line 1 
               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 25  to '/usr/local'.  In the following the directory is de
Line 25  to '/usr/local'.  In the following the directory is de
   
 2. Installation of pari  2. Installation of pari
   
 % gzip -dc pari-2.2.tgz | tar xvf -  % gzip -dc pari.tgz | tar xvf -
 % cd pari-2.2  % cd pari
 % ./Configure --prefix=TARGETDIR  % ./Configure --prefix=TARGETDIR
 % make all  % make all
 % su                         <-- if necessary  % su                         <-- if necessary
Line 39  to '/usr/local'.  In the following the directory is de
Line 39  to '/usr/local'.  In the following the directory is de
   
 % 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

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>