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

Annotation of OpenXM/doc/OpenXM-web/index-packages.html, Revision 1.8

1.1       takayama    1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
                      2: <HTML>
                      3: <!--
1.8     ! takayama    4: $OpenXM: OpenXM/doc/OpenXM-web/index-packages.html,v 1.7 2000/03/19 10:54:55 takayama Exp $
1.1       takayama    5: -->
                      6: <HEAD>
                      7: <LINK REV=MADE HREF="mailto:takayama@math.sci.kobe-u.ac.jp">
                      8: <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
                      9: <TITLE>OpenXM Distribution by Packages</TITLE>
                     10: </HEAD>
                     11: <BODY>
                     12: <H1>OpenXM Distribution by Packages</H1>
                     13:
1.3       takayama   14: <H2>General Installation Guide  </H2>
                     15: <LI>
1.1       takayama   16: <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.2/install-eg.txt">in English</A>,
1.3       takayama   17: <LI>
1.1       takayama   18: <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.2/install-jp.txt">in Japanese</A>,
1.7       takayama   19: <LI>
                     20: <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.2/install-faq.txt">Installation FAQ</A>,
                     21:
1.1       takayama   22:
                     23:
                     24:
1.3       takayama   25: <H2>FreeBSD 3 (RELEASE_1_1_2) INSTALLATION  </H2>
1.1       takayama   26:
1.3       takayama   27: <LI> Become the super user and input as follows if your shell is csh:
                     28: <FONT COLOR="#008080">
                     29: <PRE>
                     30:   set path=(/usr/local/jdk1.1.8/bin $path)
                     31:   rehash
                     32:   pkg_add -r ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.1.2/openxm-1.1.2.tgz
                     33: </PRE>
                     34: </FONT>
                     35: The package will be installed under /usr/local/OpenXM.
1.7       takayama   36: You need to set /usr/local/OpenXM/lib/asir/asir_key following the opening message
1.3       takayama   37: of the command asir.
                     38:
1.8     ! takayama   39: <H2>Linux RPM (redhat package manager) (RELEASE_1_1_2, i386) INSTALLATION </H2>
1.3       takayama   40:
                     41: <LI>
                     42: Become the super user and type in
                     43: <FONT COLOR="#008080">
                     44: <PRE>
                     45:   rpm -ivvh ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.1.2/openxm-shared-1.1.2-test.noarch.rpm
                     46:   rpm -ivvh ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.1.2/openxm-binary-1.1.2-test.i386.rpm
                     47: </PRE>
                     48: </FONT>
                     49: The package will be installed under /usr/local/OpenXM.
1.7       takayama   50: You need to set /usr/local/OpenXM/lib/asir/asir_key following the opening message
1.3       takayama   51: of the command asir.
1.1       takayama   52:
                     53:
1.3       takayama   54: <H2>FreeBSD 3 (RELEASE_1_1_2)  Download the package  </H2>
                     55: <LI> openxm-1.1.2.tgz
                     56: [<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>].
                     57:
                     58:
                     59: <H2>Linux RPM (redhat package manager) (RELEASE_1_1_2) Download the packages</H2>
1.1       takayama   60: <LI>Architecture Independent Files (Library Files, Java Executables, Documents)
1.3       takayama   61: openxm-1.1.2-test.noarch.rpm
                     62: [<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>].
1.1       takayama   63:
                     64: <LI> Binaries for i386 (Intel Pentium etc) (for libc 6 = glibc2)
1.3       takayama   65: openxm-1.1.2-test.i386.rpm
                     66: [<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>].
1.8     ! takayama   67: This distribution contains the support for Mathematica.
        !            68:
        !            69: <LI> Binaries for ppc (Power PC) (for libc 6 = glibc2)
        !            70: openxm-1.1.2-test.ppc.rpm
        !            71: [<A HREF="ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.1.2/openxm-binary-1.1.2-test.ppc.rpm"> Power PC (Shift-Click) </A>].
        !            72: This distribution does not contain the support for Mathematica.
1.5       takayama   73:
                     74: <H2> How to delete packages </H2>
                     75: <LI> FreeBSD
                     76: <FONT COLOR="#008080">
                     77: <PRE>
                     78:    pkg_delete openxm-1.1.2
                     79: </PRE>
1.6       takayama   80: </FONT>
1.5       takayama   81: <LI> Linux RPM
                     82: <FONT COLOR="#008080">
                     83: <PRE>
                     84:    rpm -e openxm-binary-1.1.2-test
                     85:    rpm -e openxm-shared-1.1.2-test
                     86: </PRE>
                     87: </FONT>
1.1       takayama   88:
                     89:
                     90:
                     91: <ADDRESS>
                     92: takayama@math.sci.kobe-u.ac.jp
                     93: </ADDRESS>
                     94:
                     95: </BODY>
                     96: </HTML>

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