Annotation of OpenXM/doc/OpenXM-web/index-packages.html, Revision 1.3
1.1 takayama 1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2: <HTML>
3: <!--
1.3 ! takayama 4: $OpenXM: OpenXM/doc/OpenXM-web/index-packages.html,v 1.2 2000/03/16 07:57:31 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>,
19:
20:
21:
1.3 ! takayama 22: <H2>FreeBSD 3 (RELEASE_1_1_2) INSTALLATION </H2>
1.1 takayama 23:
1.3 ! takayama 24: <LI> Become the super user and input as follows if your shell is csh:
! 25: <FONT COLOR="#008080">
! 26: <PRE>
! 27: set path=(/usr/local/jdk1.1.8/bin $path)
! 28: rehash
! 29: pkg_add -r ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.1.2/openxm-1.1.2.tgz
! 30: </PRE>
! 31: </FONT>
! 32: The package will be installed under /usr/local/OpenXM.
! 33: You need to set /usr/local/lib/asir/asir_key following the opening message
! 34: of the command asir.
! 35:
! 36: <H2>Linux RPM (redhat package manager) (RELEASE_1_1_2) INSTALLATION </H2>
! 37:
! 38: <LI>
! 39: Become the super user and type in
! 40: <FONT COLOR="#008080">
! 41: <PRE>
! 42: rpm -ivvh ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.1.2/openxm-shared-1.1.2-test.noarch.rpm
! 43: rpm -ivvh ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.1.2/openxm-binary-1.1.2-test.i386.rpm
! 44: ln -s / /var/tmp/openxm-binary-root
! 45: </PRE>
! 46: </FONT>
! 47: The package will be installed under /usr/local/OpenXM.
! 48: You need to set /usr/local/lib/asir/asir_key following the opening message
! 49: of the command asir.
1.1 takayama 50:
51:
1.3 ! takayama 52: <H2>FreeBSD 3 (RELEASE_1_1_2) Download the package </H2>
! 53: <LI> openxm-1.1.2.tgz
! 54: [<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>].
! 55:
! 56:
! 57: <H2>Linux RPM (redhat package manager) (RELEASE_1_1_2) Download the packages</H2>
1.1 takayama 58: <LI>Architecture Independent Files (Library Files, Java Executables, Documents)
1.3 ! takayama 59: openxm-1.1.2-test.noarch.rpm
! 60: [<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 61:
62: <LI> Binaries for i386 (Intel Pentium etc) (for libc 6 = glibc2)
1.3 ! takayama 63: openxm-1.1.2-test.i386.rpm
! 64: [<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.1 takayama 65: This distribution does contain the support for Mathematica.
66: <PRE>
67: This binary is generated on the following environment:
68: </PRE>
69:
70:
71:
72: <ADDRESS>
73: takayama@math.sci.kobe-u.ac.jp
74: </ADDRESS>
75:
76: </BODY>
77: </HTML>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>