Annotation of OpenXM/doc/OpenXM-web/index-packages.html, Revision 1.19
1.1 takayama 1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2: <HTML>
3: <!--
1.19 ! takayama 4: $OpenXM: OpenXM/doc/OpenXM-web/index-packages.html,v 1.18 2002/08/12 06:00:56 takayama Exp $
1.1 takayama 5: -->
6: <HEAD>
1.19 ! takayama 7: <LINK REV=MADE HREF="mailto:openxm2005@math(ematics).sci.kobe-u.ac.jp">
1.1 takayama 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.17 takayama 14: <font color="red">
1.18 takayama 15: ALL THE PACKAGES HAVE NOT BEEN READY FOR 1.2.2.
1.17 takayama 16: USE THE SOURCE DISTRIBUTION. <br>
17: </font>
1.12 takayama 18:
1.1 takayama 19:
1.18 takayama 20: <H2>FreeBSD 4 (RELEASE_1_2_2) INSTALLATION </H2>
1.1 takayama 21:
1.3 takayama 22: <LI> Become the super user and input as follows if your shell is csh:
23: <FONT COLOR="#008080">
24: <PRE>
25: set path=(/usr/local/jdk1.1.8/bin $path)
26: rehash
1.18 takayama 27: pkg_add -r ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.2.2/openxm-1.2.1.tgz
1.3 takayama 28: </PRE>
29: </FONT>
30: The package will be installed under /usr/local/OpenXM.
31:
1.18 takayama 32: <H2>Linux RPM (redhat package manager) (RELEASE_1_2_2, i386) INSTALLATION </H2>
1.3 takayama 33:
34: <LI>
35: Become the super user and type in
36: <FONT COLOR="#008080">
37: <PRE>
1.18 takayama 38: rpm -ivvh ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.2.2/openxm-shared-1.2.1-test.noarch.rpm
39: rpm -ivvh ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.2.2/openxm-binary-1.2.1-test.i386.rpm
1.3 takayama 40: </PRE>
41: </FONT>
1.11 takayama 42: The package will be installed under /usr/local/OpenXM. <BR>
1.16 takayama 43: NOTE: There are a lot of reports on troubles of shared libraries on redhat
44: Linux. Installation of shared libraries on Redhat must be done by hand
45: (See FAQ).
46: If you cannot stand for it, we recommend you to generate binaries
47: from the source of the head branch
48: (ftp://ftp.math.kobe-u.ac.jp/OpenXM/Head/openxm-head.tar.gz).
49: You may fail to compile the gnuplot,
50: but other modules may be compiled successfully.
51: If you have questions, please feel free to send us an E-mail.
1.9 takayama 52:
1.1 takayama 53:
1.18 takayama 54: <H2>FreeBSD 4 (RELEASE_1_2_2) Download the package </H2>
55: <LI> openxm-1.2.2.tgz
56: [<A HREF="ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.2.2/openxm-1.2.1.tgz"> the OpenXM package (Shift-Click)</A>].
1.3 takayama 57:
58:
1.18 takayama 59: <H2>Linux RPM (redhat package manager) (RELEASE_1_2_2) Download the packages</H2>
1.1 takayama 60: <LI>Architecture Independent Files (Library Files, Java Executables, Documents)
1.18 takayama 61: openxm-1.2.2-test.noarch.rpm
62: [<A HREF="ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.2.2/openxm-shared-1.2.1-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.18 takayama 65: openxm-1.2.2-test.i386.rpm
66: [<A HREF="ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.2.2/openxm-binary-1.2.1-test.i386.rpm"> Intel CPU (Shift-Click) </A>].
1.14 takayama 67: This distribution does not contain the support for Mathematica.
1.8 takayama 68:
1.5 takayama 69:
1.18 takayama 70: <H2>Debian GNU Linux(Debian package manager) (RELEASE_1_2_2) Download the packages</H2>
1.12 takayama 71: <LI>
1.13 takayama 72: Download the two files below and become the super user and type in
1.12 takayama 73: <FONT COLOR="#008080">
74: <PRE>
1.18 takayama 75: dpkg --install openxm-shared_1.2.2-1_all.deb
76: dpkg --install openxm-binary_1.2.2-1_i386.deb
1.12 takayama 77: </PRE>
78: </FONT>
79:
80: <LI>Architecture Independent Files (Library Files, Java Executables, Documents)
81:
1.18 takayama 82: [<A HREF="ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.2.2/openxm-shared_1.2.1-1_all.deb"> openxm-shared for Debian/GNU Linux (Shift-Click)</A>].
1.12 takayama 83:
84: <LI> Binaries for i386 (Intel Pentium etc) (for libc 6 = glibc2)
1.18 takayama 85: openxm-binary_1.2.2-1_i386.deb
86: [<A HREF="ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/1.2.2/openxm-binary_1.2.1-1_i386.deb"> Intel CPU (Shift-Click) </A>].
1.14 takayama 87: This distribution does not contain the support for Mathematica.
1.12 takayama 88:
89:
1.5 takayama 90: <H2> How to delete packages </H2>
91: <LI> FreeBSD
92: <FONT COLOR="#008080">
93: <PRE>
1.18 takayama 94: pkg_delete openxm-1.2.2
1.5 takayama 95: </PRE>
1.6 takayama 96: </FONT>
1.5 takayama 97: <LI> Linux RPM
98: <FONT COLOR="#008080">
99: <PRE>
1.18 takayama 100: rpm -e openxm-binary-1.2.2-test
101: rpm -e openxm-shared-1.2.2-test
1.12 takayama 102: </PRE>
103: </FONT>
104: <LI> Debian GNU Linux
105: <FONT COLOR="#008080">
106: <PRE>
1.13 takayama 107: dpkg --remove openxm-binary
108: dpkg --remove openxm-shared
1.5 takayama 109: </PRE>
110: </FONT>
1.15 takayama 111:
112:
113: <H2>General Installation Guide </H2>
114: <LI>
1.16 takayama 115: <A HREF="install-en.txt">in English</A>,
1.15 takayama 116: <LI>
1.16 takayama 117: <A HREF="install-ja.txt">in Japanese</A>,
1.15 takayama 118: <LI>
1.16 takayama 119: <A HREF="install-faq.txt">Installation FAQ</A>,
1.1 takayama 120:
121:
122:
123: <ADDRESS>
124: takayama@math.sci.kobe-u.ac.jp
125: </ADDRESS>
126:
127: </BODY>
128: </HTML>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>