Annotation of OpenXM/doc/OpenXM-web/index-packages.html, Revision 1.7
1.1 takayama 1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2: <HTML>
3: <!--
1.7 ! takayama 4: $OpenXM: OpenXM/doc/OpenXM-web/index-packages.html,v 1.6 2000/03/17 04:40:04 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:
39: <H2>Linux RPM (redhat package manager) (RELEASE_1_1_2) INSTALLATION </H2>
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.1 takayama 67: This distribution does contain the support for Mathematica.
1.5 takayama 68:
69: <H2> How to delete packages </H2>
70: <LI> FreeBSD
71: <FONT COLOR="#008080">
72: <PRE>
73: pkg_delete openxm-1.1.2
74: </PRE>
1.6 takayama 75: </FONT>
1.5 takayama 76: <LI> Linux RPM
77: <FONT COLOR="#008080">
78: <PRE>
79: rpm -e openxm-binary-1.1.2-test
80: rpm -e openxm-shared-1.1.2-test
81: </PRE>
82: </FONT>
1.1 takayama 83:
84:
85:
86: <ADDRESS>
87: takayama@math.sci.kobe-u.ac.jp
88: </ADDRESS>
89:
90: </BODY>
91: </HTML>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>