[BACK]Return to index-packages.html CVS log [TXT][DIR] Up to [local] / OpenXM / doc / OpenXM-web

Diff for /OpenXM/doc/OpenXM-web/index-packages.html between version 1.2 and 1.3

version 1.2, 2000/03/16 07:57:31 version 1.3, 2000/03/17 03:18:40
Line 1 
Line 1 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
 <HTML>  <HTML>
 <!--  <!--
 $OpenXM: OpenXM/doc/OpenXM-web/index-packages.html,v 1.1 2000/03/11 07:09:18 takayama Exp $  $OpenXM: OpenXM/doc/OpenXM-web/index-packages.html,v 1.2 2000/03/16 07:57:31 takayama Exp $
 -->  -->
 <HEAD>  <HEAD>
 <LINK REV=MADE HREF="mailto:takayama@math.sci.kobe-u.ac.jp">  <LINK REV=MADE HREF="mailto:takayama@math.sci.kobe-u.ac.jp">
Line 11  $OpenXM: OpenXM/doc/OpenXM-web/index-packages.html,v 1
Line 11  $OpenXM: OpenXM/doc/OpenXM-web/index-packages.html,v 1
 <BODY>  <BODY>
 <H1>OpenXM Distribution by Packages</H1>  <H1>OpenXM Distribution by Packages</H1>
   
 <OL>  <H2>General Installation Guide  </H2>
 <LI>General Installation Guide  <LI>
 <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.2/install-eg.txt">in English</A>,  <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.2/install-eg.txt">in English</A>,
   <LI>
 <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.2/install-jp.txt">in Japanese</A>,  <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.2/install-jp.txt">in Japanese</A>,
 </OL>  
   
 <H2>FreeBSD 3 (RELEASE_1_1_2). Use "pkg_add" </H2>  
   
 <LI>  
 [<A HREF="ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.1.2/openxm-1.1.2.tgz"> The OpenXM package (Shift-Click)</A>].  
 </OL>  
   
 <H2>RPM (redhat package manager) (RELEASE_1_1_2). Use "rpm -i" </H2>  <H2>FreeBSD 3 (RELEASE_1_1_2) INSTALLATION  </H2>
   
 You need both openxm-shared-1.1.2-test-noarch.rpm and  <LI> Become the super user and input as follows if your shell is csh:
 openxm-binary-1.1.2-test-(YOUR CPU).rpm  <FONT COLOR="#008080">
 to run the OpenXM packages.  <PRE>
     set path=(/usr/local/jdk1.1.8/bin $path)
     rehash
     pkg_add -r ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.1.2/openxm-1.1.2.tgz
   </PRE>
   </FONT>
   The package will be installed under /usr/local/OpenXM.
   You need to set /usr/local/lib/asir/asir_key following the opening message
   of the command asir.
   
 <P>  <H2>Linux RPM (redhat package manager) (RELEASE_1_1_2) INSTALLATION </H2>
   
 <LI>Architecture Independent Files (Library Files, Java Executables, Documents)  <LI>
 [<A HREF="ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.1.2/openxm-shared-1.1.2-test-noarch.rpm"> openxm-shared (Shift-Click)</A>].  Become the super user and type in
   <FONT COLOR="#008080">
 <LI> Binaries for i386 (Intel Pentium etc) (for libc 6 = glibc2)  
 [<A HREF="ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.1.2/openxm-binary-1.1.2-test-i386.rpm"> Intel CPU  (Shift-Click) </A>].  
 This distribution does not contain the support for Mathematica.  
 <PRE>  <PRE>
 This binary is generated on the following environment:    rpm -ivvh ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.1.2/openxm-shared-1.1.2-test.noarch.rpm
     rpm -ivvh ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.1.2/openxm-binary-1.1.2-test.i386.rpm
     ln -s /  /var/tmp/openxm-binary-root
 </PRE>  </PRE>
   </FONT>
   The package will be installed under /usr/local/OpenXM.
   You need to set /usr/local/lib/asir/asir_key following the opening message
   of the command asir.
   
   
   <H2>FreeBSD 3 (RELEASE_1_1_2)  Download the package  </H2>
   <LI> openxm-1.1.2.tgz
   [<A HREF="ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.1.2/openxm-1.1.2.tgz"> the OpenXM package (Shift-Click)</A>].
   
   
   <H2>Linux RPM (redhat package manager) (RELEASE_1_1_2) Download the packages</H2>
   <LI>Architecture Independent Files (Library Files, Java Executables, Documents)
   openxm-1.1.2-test.noarch.rpm
   [<A HREF="ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.1.2/openxm-shared-1.1.2-test.noarch.rpm"> openxm-shared for Linux (Shift-Click)</A>].
   
 <LI> Binaries for i386 (Intel Pentium etc) (for libc 6 = glibc2)  <LI> Binaries for i386 (Intel Pentium etc) (for libc 6 = glibc2)
 [<A HREF="ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.1.2/openxm-binary-1.1.2-mathematica-i386.rpm"> Intel CPU  (Shift-Click) </A>].  openxm-1.1.2-test.i386.rpm
   [<A HREF="ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.1.2/openxm-binary-1.1.2-test.i386.rpm"> Intel CPU  (Shift-Click) </A>].
 This distribution does contain the support for Mathematica.  This distribution does contain the support for Mathematica.
 <PRE>  <PRE>
 This binary is generated on the following environment:  This binary is generated on the following environment:
 </PRE>  </PRE>
   
 </OL>  
   
   
   
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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