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

Diff for /OpenXM_contrib2/asir2000/INSTALL.jp between version 1.5 and 1.6

version 1.5, 2002/08/08 05:40:36 version 1.6, 2003/03/11 07:54:55
Line 1 
Line 1 
               Asir2000 $B$N(B install $B$N$7$+$?(B  (standalone $BHG(B; 2001.3.27)                Asir2000 $B$N(B install $B$N$7$+$?(B  (standalone $BHG(B; 2003.3.11)
   
 $BITL@$JE@$O(B, noro@math.kobe-u.aj.jp $B$K$*Ld$$9g$o$;2<$5$$(B.  $BITL@$JE@$O(B, noro@math.kobe-u.ac.jp $B$K$*Ld$$9g$o$;2<$5$$(B.
   
 0. $B%3%s%Q%$%i$K$D$$$F(B  0. $B%3%s%Q%$%i$K$D$$$F(B
   
Line 25  default $B$O$=$3(B).  $B$b$78D?ME*$K;HMQ$9$k>l9g$K$
Line 25  default $B$O$=$3(B).  $B$b$78D?ME*$K;HMQ$9$k>l9g$K$
 directory $B$r;XDj$7$F2<$5$$(B.  $B0J2<$3$N(B directory $B$r(B TARGETDIR $B$H=q$-$^(B  directory $B$r;XDj$7$F2<$5$$(B.  $B0J2<$3$N(B directory $B$r(B TARGETDIR $B$H=q$-$^(B
 $B$9(B.  $B$9(B.
   
 2. pari-2.2 $B$N(B install  2. pari-2.0 $B$N(B install
   
 % 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                         <-- $BI,MW$,$"$k>l9g(B  % su                         <-- $BI,MW$,$"$k>l9g(B
Line 41  directory $B$r;XDj$7$F2<$5$$(B.  $B0J2<$3$N(B dire
Line 41  directory $B$r;XDj$7$F2<$5$$(B.  $B0J2<$3$N(B dire
   
 % gzip -dc asir2000.tgz | tar xvf -  % gzip -dc asir2000.tgz | tar xvf -
 % cd asir2000  % cd asir2000
 % configure -oxhome TARGETDIR -pari -plot  % configure --prefix=TARGETDIR --with-pari --enable-plot
 % xmkmf -a  
 % make  % make
 % su                        <-- $BI,MW$,$"$k>l9g(B  % su                        <-- $BI,MW$,$"$k>l9g(B
 # make install  # make install

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

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