OpenXM Distribution by Packages

General Installation Guide

  • in English,
  • in Japanese,

    FreeBSD 3 (RELEASE_1_1_2) 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.2/openxm-1.1.2.tgz
    
    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.

    Linux RPM (redhat package manager) (RELEASE_1_1_2) INSTALLATION

  • Become the super user and type in
      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
    
    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.

    FreeBSD 3 (RELEASE_1_1_2) Download the package

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

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

  • Architecture Independent Files (Library Files, Java Executables, Documents) openxm-1.1.2-test.noarch.rpm [ openxm-shared for Linux (Shift-Click)].
  • Binaries for i386 (Intel Pentium etc) (for libc 6 = glibc2) openxm-1.1.2-test.i386.rpm [ Intel CPU (Shift-Click) ]. This distribution does contain the support for Mathematica.
    This binary is generated on the following environment:
    
    takayama@math.sci.kobe-u.ac.jp