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

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

version 1.4, 2001/03/27 04:47:43 version 1.6, 2002/08/08 05:40:36
Line 21  If you can be a root, it is recommended to set the ins
Line 21  If you can be a root, it is recommended to set the ins
   
 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

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

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