Annotation of OpenXM/doc/OpenXM-web/index-packages.html, Revision 1.9
1.1 takayama 1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2: <HTML>
3: <!--
1.9 ! takayama 4: $OpenXM: OpenXM/doc/OpenXM-web/index-packages.html,v 1.8 2000/03/27 05:13:55 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:
1.8 takayama 39: <H2>Linux RPM (redhat package manager) (RELEASE_1_1_2, i386) INSTALLATION </H2>
1.3 takayama 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.9 ! takayama 51: of the command asir. <BR>
! 52: NOTE: if you are using slackware 7.0, Redhat Linux 6.2, Wine Linux 2.0 or
! 53: other linux distributions that can handle more than 2GBytes RAM,
! 54: you may have a segmentation fault to run asir and sm1.
! 55: Install the binary package by the command
! 56: <FONT COLOR="#008080">
! 57: <PRE>
! 58: rpm -ivvh ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.1.2/openxm-binary-1.1.2-for-2G.i386.rpm
! 59: </PRE>
! 60: </FONT>
! 61:
1.1 takayama 62:
63:
1.3 takayama 64: <H2>FreeBSD 3 (RELEASE_1_1_2) Download the package </H2>
65: <LI> openxm-1.1.2.tgz
66: [<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>].
67:
68:
69: <H2>Linux RPM (redhat package manager) (RELEASE_1_1_2) Download the packages</H2>
1.1 takayama 70: <LI>Architecture Independent Files (Library Files, Java Executables, Documents)
1.3 takayama 71: openxm-1.1.2-test.noarch.rpm
72: [<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 73:
74: <LI> Binaries for i386 (Intel Pentium etc) (for libc 6 = glibc2)
1.3 takayama 75: openxm-1.1.2-test.i386.rpm
76: [<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.8 takayama 77: This distribution contains the support for Mathematica.
78:
79: <LI> Binaries for ppc (Power PC) (for libc 6 = glibc2)
80: openxm-1.1.2-test.ppc.rpm
81: [<A HREF="ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.1.2/openxm-binary-1.1.2-test.ppc.rpm"> Power PC (Shift-Click) </A>].
82: This distribution does not contain the support for Mathematica.
1.5 takayama 83:
84: <H2> How to delete packages </H2>
85: <LI> FreeBSD
86: <FONT COLOR="#008080">
87: <PRE>
88: pkg_delete openxm-1.1.2
89: </PRE>
1.6 takayama 90: </FONT>
1.5 takayama 91: <LI> Linux RPM
92: <FONT COLOR="#008080">
93: <PRE>
94: rpm -e openxm-binary-1.1.2-test
95: rpm -e openxm-shared-1.1.2-test
96: </PRE>
97: </FONT>
1.1 takayama 98:
99:
100:
101: <ADDRESS>
102: takayama@math.sci.kobe-u.ac.jp
103: </ADDRESS>
104:
105: </BODY>
106: </HTML>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>