Annotation of OpenXM/doc/OpenXM-web/index-packages.html, Revision 1.11
1.1 takayama 1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2: <HTML>
3: <!--
1.11 ! takayama 4: $OpenXM: OpenXM/doc/OpenXM-web/index-packages.html,v 1.10 2000/09/09 03:01:25 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.11 ! takayama 16: <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.3/install-en.txt">in English</A>,
1.3 takayama 17: <LI>
1.11 ! takayama 18: <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.3/install-ja.txt">in Japanese</A>,
1.7 takayama 19: <LI>
1.11 ! takayama 20: <A HREF="http://www.math.sci.kobe-u.ac.jp/OpenXM/1.1.3/install-faq.txt">Installation FAQ</A>,
1.7 takayama 21:
1.1 takayama 22:
23:
24:
1.11 ! takayama 25: <H2>FreeBSD 3 (RELEASE_1_1_3) 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
1.11 ! takayama 32: pkg_add -r ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.1.3/openxm-1.1.3.tgz
1.3 takayama 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.11 ! takayama 39: <H2>Linux RPM (redhat package manager) (RELEASE_1_1_3, i386) INSTALLATION </H2>
1.3 takayama 40:
41: <LI>
42: Become the super user and type in
43: <FONT COLOR="#008080">
44: <PRE>
1.11 ! takayama 45: rpm -ivvh ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.1.3/openxm-shared-1.1.3-test.noarch.rpm
! 46: rpm -ivvh ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.1.3/openxm-binary-1.1.3-test.i386.rpm
1.3 takayama 47: </PRE>
48: </FONT>
1.11 ! takayama 49: The package will be installed under /usr/local/OpenXM. <BR>
1.9 takayama 50: NOTE: if you are using slackware 7.0, Redhat Linux 6.2, Wine Linux 2.0 or
51: other linux distributions that can handle more than 2GBytes RAM,
52: you may have a segmentation fault to run asir and sm1.
53: Install the binary package by the command
54: <FONT COLOR="#008080">
55: <PRE>
1.11 ! takayama 56: rpm -ivvh ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.1.3/openxm-binary-1.1.3-for-2G.i386.rpm
1.9 takayama 57: </PRE>
58: </FONT>
59:
1.1 takayama 60:
61:
1.11 ! takayama 62: <H2>FreeBSD 4 (RELEASE_1_1_3) Download the package </H2>
! 63: <LI> openxm-1.1.3.tgz
! 64: [<A HREF="ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.1.3/openxm-1.1.3.tgz"> the OpenXM package (Shift-Click)</A>].
1.3 takayama 65:
66:
1.11 ! takayama 67: <H2>Linux RPM (redhat package manager) (RELEASE_1_1_3) Download the packages</H2>
1.1 takayama 68: <LI>Architecture Independent Files (Library Files, Java Executables, Documents)
1.11 ! takayama 69: openxm-1.1.3-test.noarch.rpm
! 70: [<A HREF="ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.1.3/openxm-shared-1.1.3-test.noarch.rpm"> openxm-shared for Linux (Shift-Click)</A>].
1.1 takayama 71:
72: <LI> Binaries for i386 (Intel Pentium etc) (for libc 6 = glibc2)
1.11 ! takayama 73: openxm-1.1.3-test.i386.rpm
! 74: [<A HREF="ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.1.3/openxm-binary-1.1.3-test.i386.rpm"> Intel CPU (Shift-Click) </A>].
1.8 takayama 75: This distribution contains the support for Mathematica.
76:
77: <LI> Binaries for ppc (Power PC) (for libc 6 = glibc2)
1.11 ! takayama 78: openxm-1.1.3-test.ppc.rpm
! 79: [<A HREF="ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.1.3/openxm-binary-1.1.3-test.ppc.rpm"> Power PC (Shift-Click) </A>].
1.8 takayama 80: This distribution does not contain the support for Mathematica.
1.5 takayama 81:
82: <H2> How to delete packages </H2>
83: <LI> FreeBSD
84: <FONT COLOR="#008080">
85: <PRE>
1.11 ! takayama 86: pkg_delete openxm-1.1.3
1.5 takayama 87: </PRE>
1.6 takayama 88: </FONT>
1.5 takayama 89: <LI> Linux RPM
90: <FONT COLOR="#008080">
91: <PRE>
1.11 ! takayama 92: rpm -e openxm-binary-1.1.3-test
! 93: rpm -e openxm-shared-1.1.3-test
1.5 takayama 94: </PRE>
95: </FONT>
1.1 takayama 96:
97:
98:
99: <ADDRESS>
100: takayama@math.sci.kobe-u.ac.jp
101: </ADDRESS>
102:
103: </BODY>
104: </HTML>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>