Annotation of OpenXM/doc/OpenXM-web/index-packages.html, Revision 1.6
1.1 takayama 1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2: <HTML>
3: <!--
1.6 ! takayama 4: $OpenXM: OpenXM/doc/OpenXM-web/index-packages.html,v 1.5 2000/03/17 03:44:28 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: </PRE>
45: </FONT>
46: The package will be installed under /usr/local/OpenXM.
47: You need to set /usr/local/lib/asir/asir_key following the opening message
48: of the command asir.
1.1 takayama 49:
50:
1.3 takayama 51: <H2>FreeBSD 3 (RELEASE_1_1_2) Download the package </H2>
52: <LI> openxm-1.1.2.tgz
53: [<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>].
54:
55:
56: <H2>Linux RPM (redhat package manager) (RELEASE_1_1_2) Download the packages</H2>
1.1 takayama 57: <LI>Architecture Independent Files (Library Files, Java Executables, Documents)
1.3 takayama 58: openxm-1.1.2-test.noarch.rpm
59: [<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 60:
61: <LI> Binaries for i386 (Intel Pentium etc) (for libc 6 = glibc2)
1.3 takayama 62: openxm-1.1.2-test.i386.rpm
63: [<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 64: This distribution does contain the support for Mathematica.
1.5 takayama 65:
66: <H2> How to delete packages </H2>
67: <LI> FreeBSD
68: <FONT COLOR="#008080">
69: <PRE>
70: pkg_delete openxm-1.1.2
71: </PRE>
1.6 ! takayama 72: </FONT>
1.5 takayama 73: <LI> Linux RPM
74: <FONT COLOR="#008080">
75: <PRE>
76: rpm -e openxm-binary-1.1.2-test
77: rpm -e openxm-shared-1.1.2-test
78: </PRE>
79: </FONT>
1.1 takayama 80:
81:
82:
83: <ADDRESS>
84: takayama@math.sci.kobe-u.ac.jp
85: </ADDRESS>
86:
87: </BODY>
88: </HTML>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>