[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.16

1.1       takayama    1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
                      2: <HTML>
                      3: <!--
1.16    ! takayama    4: $OpenXM: OpenXM/doc/OpenXM-web/index-packages.html,v 1.15 2000/12/17 05:21:08 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.12      takayama   14: ALL THE PACKAGES HAVE NOT BEEN READY FOR 1.1.3.
                     15: IF IT'S NOT READY, USE THE SOURCE DISTRIBUTION.
                     16:
1.1       takayama   17:
                     18:
1.13      takayama   19: <H2>FreeBSD 4 (RELEASE_1_1_3) INSTALLATION  </H2>
1.1       takayama   20:
1.3       takayama   21: <LI> Become the super user and input as follows if your shell is csh:
                     22: <FONT COLOR="#008080">
                     23: <PRE>
                     24:   set path=(/usr/local/jdk1.1.8/bin $path)
                     25:   rehash
1.11      takayama   26:   pkg_add -r ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.1.3/openxm-1.1.3.tgz
1.3       takayama   27: </PRE>
                     28: </FONT>
                     29: The package will be installed under /usr/local/OpenXM.
                     30:
1.11      takayama   31: <H2>Linux RPM (redhat package manager) (RELEASE_1_1_3, i386) INSTALLATION </H2>
1.3       takayama   32:
                     33: <LI>
                     34: Become the super user and type in
                     35: <FONT COLOR="#008080">
                     36: <PRE>
1.11      takayama   37:   rpm -ivvh ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.1.3/openxm-shared-1.1.3-test.noarch.rpm
                     38:   rpm -ivvh ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.1.3/openxm-binary-1.1.3-test.i386.rpm
1.3       takayama   39: </PRE>
                     40: </FONT>
1.11      takayama   41: The package will be installed under /usr/local/OpenXM. <BR>
1.16    ! takayama   42: NOTE:  There are a lot of reports on troubles of shared libraries on redhat
        !            43: Linux.  Installation of shared libraries on Redhat must be done by hand
        !            44: (See FAQ).
        !            45: If you cannot stand for it, we recommend you to generate binaries
        !            46: from the source of the head branch
        !            47: (ftp://ftp.math.kobe-u.ac.jp/OpenXM/Head/openxm-head.tar.gz).
        !            48: You may fail to compile the gnuplot,
        !            49: but other modules may be compiled successfully.
        !            50: If you have questions, please feel free to send us an E-mail.
1.9       takayama   51:
1.1       takayama   52:
1.11      takayama   53: <H2>FreeBSD 4 (RELEASE_1_1_3)  Download the package  </H2>
                     54: <LI> openxm-1.1.3.tgz
                     55: [<A HREF="ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.1.3/openxm-1.1.3.tgz"> the OpenXM package (Shift-Click)</A>].
1.3       takayama   56:
                     57:
1.11      takayama   58: <H2>Linux RPM (redhat package manager) (RELEASE_1_1_3) Download the packages</H2>
1.1       takayama   59: <LI>Architecture Independent Files (Library Files, Java Executables, Documents)
1.11      takayama   60: openxm-1.1.3-test.noarch.rpm
                     61: [<A HREF="ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.1.3/openxm-shared-1.1.3-test.noarch.rpm"> openxm-shared for Linux (Shift-Click)</A>].
1.1       takayama   62:
                     63: <LI> Binaries for i386 (Intel Pentium etc) (for libc 6 = glibc2)
1.11      takayama   64: openxm-1.1.3-test.i386.rpm
                     65: [<A HREF="ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.1.3/openxm-binary-1.1.3-test.i386.rpm"> Intel CPU  (Shift-Click) </A>].
1.14      takayama   66: This distribution does not contain the support for Mathematica.
1.8       takayama   67:
1.5       takayama   68:
1.12      takayama   69: <H2>Debian GNU Linux(Debian package manager) (RELEASE_1_1_3) Download the packages</H2>
                     70: <LI>
1.13      takayama   71: Download the two files below and become the super user and type in
1.12      takayama   72: <FONT COLOR="#008080">
                     73: <PRE>
1.13      takayama   74:   dpkg --install openxm-shared_1.1.3-1_all.deb
                     75:   dpkg --install openxm-binary_1.1.3-1_i386.deb
1.12      takayama   76: </PRE>
                     77: </FONT>
                     78:
                     79: <LI>Architecture Independent Files (Library Files, Java Executables, Documents)
                     80:
                     81: [<A HREF="ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.1.3/openxm-shared_1.1.3-1_all.deb"> openxm-shared for Debian/GNU Linux (Shift-Click)</A>].
                     82:
                     83: <LI> Binaries for i386 (Intel Pentium etc) (for libc 6 = glibc2)
                     84: openxm-binary_1.1.3-1_i386.deb
                     85: [<A HREF="ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.1.3/openxm-binary_1.1.3-1_i386.deb"> Intel CPU  (Shift-Click) </A>].
1.14      takayama   86: This distribution does not contain the support for Mathematica.
1.12      takayama   87:
                     88:
1.5       takayama   89: <H2> How to delete packages </H2>
                     90: <LI> FreeBSD
                     91: <FONT COLOR="#008080">
                     92: <PRE>
1.11      takayama   93:    pkg_delete openxm-1.1.3
1.5       takayama   94: </PRE>
1.6       takayama   95: </FONT>
1.5       takayama   96: <LI> Linux RPM
                     97: <FONT COLOR="#008080">
                     98: <PRE>
1.11      takayama   99:    rpm -e openxm-binary-1.1.3-test
                    100:    rpm -e openxm-shared-1.1.3-test
1.12      takayama  101: </PRE>
                    102: </FONT>
                    103: <LI> Debian GNU Linux
                    104: <FONT COLOR="#008080">
                    105: <PRE>
1.13      takayama  106:    dpkg --remove openxm-binary
                    107:    dpkg --remove openxm-shared
1.5       takayama  108: </PRE>
                    109: </FONT>
1.15      takayama  110:
                    111:
                    112: <H2>General Installation Guide  </H2>
                    113: <LI>
1.16    ! takayama  114: <A HREF="install-en.txt">in English</A>,
1.15      takayama  115: <LI>
1.16    ! takayama  116: <A HREF="install-ja.txt">in Japanese</A>,
1.15      takayama  117: <LI>
1.16    ! takayama  118: <A HREF="install-faq.txt">Installation FAQ</A>,
1.1       takayama  119:
                    120:
                    121:
                    122: <ADDRESS>
                    123: takayama@math.sci.kobe-u.ac.jp
                    124: </ADDRESS>
                    125:
                    126: </BODY>
                    127: </HTML>

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