Annotation of OpenXM/doc/OpenXM-web/index.html, Revision 1.77
1.7 ohara 1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
1.1 takayama 2: <HTML>
1.7 ohara 3: <!--
1.77 ! takayama 4: $OpenXM: OpenXM/doc/OpenXM-web/index.html,v 1.76 2022/03/28 10:33:48 takayama Exp $
1.1 takayama 5: -->
1.7 ohara 6: <HEAD>
1.65 takayama 7: <LINK REV=MADE HREF="mailto:openxm2005@math(ematics).sci.kobe-u.ac.jp">
1.7 ohara 8: <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
1.49 takayama 9: <TITLE>OpenXM (Open message eXchange for Mathematics)</TITLE>
1.7 ohara 10: </HEAD>
1.54 takayama 11: <BODY bgcolor=#ffffff text=#000000>
1.63 takayama 12:
13: [<a href="index-ja.html"> in Japanese </a>] <br>
14: <a href="doc/index-doc.html"> Documents </a>,
15: <a href="index.html"> Download </a>,
16: <a href="index-spec.html"> Specifications </a>,
17: <a href="doc/index-license.html"> License </a>,
1.70 takayama 18: <a href="http://c1.math.kobe-u.ac.jp/cgi-bin/cvsweb.cgi/">cvsweb</a>,
1.64 takayama 19: <a href="http://www.math.sci.kobe-u.ac.jp/OpenXM/index.html">Top</a>,
1.63 takayama 20:
1.55 takayama 21: <H1>OpenXM HEAD </H1>
1.1 takayama 22:
23: <P>
1.55 takayama 24: Welcome to the home page of OpenXM-HEAD <img src="../Stable/logo-openxm5.jpg">
1.1 takayama 25: </P>
26:
27:
1.55 takayama 28: <H2>Source Distribution (Download) </H2>
1.1 takayama 29:
1.72 takayama 30:
1.1 takayama 31: <OL>
1.69 takayama 32: <LI> HEAD branch is available from our web site:
33: [<A HREF="http://www.math.sci.kobe-u.ac.jp/pub/OpenXM/Head/openxm-head.tar.gz">Source (Shift+Click)</A>].
1.67 takayama 34: <li> A snapshot of the head branch can be obtainable from
1.73 takayama 35: <a href="http://air.s.kanazawa-u.ac.jp/~ohara/software.html"> here </a>.
1.67 takayama 36: It is updated everyday.
1.7 ohara 37: </OL>
1.1 takayama 38:
1.54 takayama 39: <ul>
40: <li> <a href="install-en.txt"> Installation guide in English </a>
41: <li> <a href="install-ja.txt"> Installation guide in Japanse </a>
42: </ul>
43:
1.74 takayama 44: <h2 id="apt"> Debian package for amd64</h2>
45: <ol>
1.76 takayama 46: <li> Add the file fe-deb2.list of which contents are
1.74 takayama 47: <pre>
1.76 takayama 48: deb [signed-by=/usr/share/keyrings/fe-deb2-archive-keyring.gpg] http://www.math.kobe-u.ac.jp/deb2/ unstable/
49: deb [signed-by=/usr/share/keyrings/fe-deb2-archive-keyring.gpg] http://www.math.kobe-u.ac.jp/deb2/ mathlibre2020/
1.74 takayama 50: <pre>
1.76 takayama 51: under /etc/apt/sources.list.d
52: <li> Add our gpg public key to your system.
53: The key is at <a href="http://www.math.kobe-u.ac.jp/deb2/fe-deb2-archive-keyring.gpg">
54: http://www.math.kobe-u.ac.jp/deb2/fe-deb2-archive-keyring.gpg </a>
55: Copy this file to /usr/share/keyrings by
1.74 takayama 56: <pre>
1.76 takayama 57: sudo cp fe-deb2-archive-keyring.gpg /usr/share/keyrings
1.74 takayama 58: </pre>
59: <li>
60: <pre>
1.76 takayama 61: sudo apt update
62: sudo apt install openxm
1.74 takayama 63: </pre>
64: </ol>
65:
1.76 takayama 66:
67: The following commands execute the above instruction.
68: <pre>
1.77 ! takayama 69: sudo apt update
! 70: sudo apt install wget
1.76 takayama 71: sudo wget -O /etc/apt/sources.list.d/fe-deb2.list http://www.math.kobe-u.ac.jp/deb2/fe-deb2.list
72: sudo wget -O /usr/share/keyrings/fe-deb2-archive-keyring.gpg http://www.math.kobe-u.ac.jp/deb2/fe-deb2-archive-keyring.gpg
73: sudo apt update
74: sudo apt install openxm
75: </pre>
76:
1.77 ! takayama 77: Note: If you agree with the asir license in advance, do as follows
! 78: <pre>
! 79: touch /tmp/i-agree-with-asir-license
! 80: sudo apt install openxm
! 81: rm /tmp/i-agree-with-asir-license
! 82: </pre>
! 83:
1.48 takayama 84: <H2>
1.54 takayama 85: <A HREF="ERRATA.html">ERRATA</A>.
1.19 takayama 86: </H2>
1.15 takayama 87:
1.54 takayama 88: <H2> FAQ </H2>
89: Questions and Answers (in Enshlish) <A HREF="OpenXM-FAQ-en.txt">FAQ</A>.
1.35 takayama 90: <BR>
1.54 takayama 91: Questions and Answers (in Japanese) <A HREF="OpenXM-FAQ-ja.txt">FAQ</A>.
1.1 takayama 92:
93:
1.54 takayama 94: <H2>Links</H2>
1.4 takayama 95:
96: <OL>
1.54 takayama 97: <LI> Risa/Asir (Kobe distribution) download page (for unix and windows)
1.55 takayama 98: [<A HREF="http://www.math.kobe-u.ac.jp/Asir/index.html">
1.63 takayama 99: Asir binary for Windows download and so on ...</A>].
1.4 takayama 100: </OL>
1.19 takayama 101:
1.31 takayama 102: </OL>
1.42 takayama 103:
1.1 takayama 104:
105: <ADDRESS>
106: takayama@math.sci.kobe-u.ac.jp
107: </ADDRESS>
108:
1.7 ohara 109: </BODY>
1.8 takayama 110: </HTML>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>