=================================================================== RCS file: /home/cvs/OpenXM/doc/OpenXM-web/index-packages.html,v retrieving revision 1.2 retrieving revision 1.11 diff -u -p -r1.2 -r1.11 --- OpenXM/doc/OpenXM-web/index-packages.html 2000/03/16 07:57:31 1.2 +++ OpenXM/doc/OpenXM-web/index-packages.html 2000/09/23 12:46:50 1.11 @@ -1,7 +1,7 @@ @@ -11,45 +11,88 @@ $OpenXM: OpenXM/doc/OpenXM-web/index-packages.html,v 1

OpenXM Distribution by Packages

-
    -
  1. General Installation Guide -in English, -in Japanese, -
+

General Installation Guide

+
  • +in English, +
  • +in Japanese, +
  • +Installation FAQ, -

    FreeBSD 3 (RELEASE_1_1_2). Use "pkg_add"

    -
  • -[ The OpenXM package (Shift-Click)]. - -

    RPM (redhat package manager) (RELEASE_1_1_2). Use "rpm -i"

    -You need both openxm-shared-1.1.2-test-noarch.rpm and -openxm-binary-1.1.2-test-(YOUR CPU).rpm -to run the OpenXM packages. +

    FreeBSD 3 (RELEASE_1_1_3) INSTALLATION

    -

    +

  • Become the super user and input as follows if your shell is csh: + +
     
    +  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.3/openxm-1.1.3.tgz
    +
    +
    +The package will be installed under /usr/local/OpenXM. +You need to set /usr/local/OpenXM/lib/asir/asir_key following the opening message +of the command asir. +

    Linux RPM (redhat package manager) (RELEASE_1_1_3, i386) INSTALLATION

    + +
  • +Become the super user and type in + +
    +  rpm -ivvh ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.1.3/openxm-shared-1.1.3-test.noarch.rpm
    +  rpm -ivvh ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.1.3/openxm-binary-1.1.3-test.i386.rpm
    +
    +
    +The package will be installed under /usr/local/OpenXM.
    +NOTE: if you are using slackware 7.0, Redhat Linux 6.2, Wine Linux 2.0 or +other linux distributions that can handle more than 2GBytes RAM, +you may have a segmentation fault to run asir and sm1. +Install the binary package by the command + +
    +  rpm -ivvh ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.1.3/openxm-binary-1.1.3-for-2G.i386.rpm
    +
    +
    + + + +

    FreeBSD 4 (RELEASE_1_1_3) Download the package

    +
  • openxm-1.1.3.tgz +[ the OpenXM package (Shift-Click)]. + + +

    Linux RPM (redhat package manager) (RELEASE_1_1_3) Download the packages

  • Architecture Independent Files (Library Files, Java Executables, Documents) -[ openxm-shared (Shift-Click)]. +openxm-1.1.3-test.noarch.rpm +[ openxm-shared for Linux (Shift-Click)].
  • Binaries for i386 (Intel Pentium etc) (for libc 6 = glibc2) -[ Intel CPU (Shift-Click) ]. +openxm-1.1.3-test.i386.rpm +[ Intel CPU (Shift-Click) ]. +This distribution contains the support for Mathematica. + +
  • Binaries for ppc (Power PC) (for libc 6 = glibc2) +openxm-1.1.3-test.ppc.rpm +[ Power PC (Shift-Click) ]. This distribution does not contain the support for Mathematica. + +

    How to delete packages

    +
  • FreeBSD +
    -This binary is generated on the following environment:
    +   pkg_delete openxm-1.1.3
     
    - -
  • Binaries for i386 (Intel Pentium etc) (for libc 6 = glibc2) -[ Intel CPU (Shift-Click) ]. -This distribution does contain the support for Mathematica. + +
  • Linux RPM +
    -This binary is generated on the following environment:
    +   rpm -e openxm-binary-1.1.3-test
    +   rpm -e openxm-shared-1.1.3-test
     
    - - - +