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

Diff for /OpenXM_contrib2/asir2000/INSTALL between version 1.5 and 1.8

version 1.5, 2001/10/05 11:01:21 version 1.8, 2003/03/27 02:14:24
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 35  to '/usr/local'.  In the following the directory is de
Line 35  to '/usr/local'.  In the following the directory is de
 # exit  # exit
 %  %
   
   While executing 'make install', the procedure may stop due to
   some error. Then try the following:
   
   % cd Oxxx           <--- 'xxx' is the name of the current OS.
   % make lib-sta
   % su
   # make install-lib-sta
   # make install-include
   # exit
   %
   
   Although GP is not built, the library necessary for building asir2000
   will be generated.
   
 3. Installation of asir2000  3. Installation of asir2000
   
 % 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.5  
changed lines
  Added in v.1.8

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