[BACK]Return to index.html CVS log [TXT][DIR] Up to [local] / OpenXM / doc / OpenXM-web

Diff for /OpenXM/doc/OpenXM-web/index.html between version 1.68 and 1.76

version 1.68, 2010/05/27 05:25:33 version 1.76, 2022/03/28 10:33:48
Line 1 
Line 1 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
 <HTML>  <HTML>
 <!--  <!--
 $OpenXM: OpenXM/doc/OpenXM-web/index.html,v 1.67 2010/05/26 09:51:49 takayama Exp $  $OpenXM: OpenXM/doc/OpenXM-web/index.html,v 1.75 2021/04/02 06:49:16 takayama Exp $
 -->  -->
 <HEAD>  <HEAD>
 <LINK REV=MADE HREF="mailto:openxm2005@math(ematics).sci.kobe-u.ac.jp">  <LINK REV=MADE HREF="mailto:openxm2005@math(ematics).sci.kobe-u.ac.jp">
Line 15  $OpenXM: OpenXM/doc/OpenXM-web/index.html,v 1.67 2010/
Line 15  $OpenXM: OpenXM/doc/OpenXM-web/index.html,v 1.67 2010/
 <a href="index.html"> Download </a>,  <a href="index.html"> Download </a>,
 <a href="index-spec.html"> Specifications </a>,  <a href="index-spec.html"> Specifications </a>,
 <a href="doc/index-license.html"> License </a>,  <a href="doc/index-license.html"> License </a>,
 <a href="http://www.math.sci.kobe-u.ac.jp/cgi/cvsweb.cgi/">cvsweb</a>,  <a href="http://c1.math.kobe-u.ac.jp/cgi-bin/cvsweb.cgi/">cvsweb</a>,
 <a href="http://www.math.sci.kobe-u.ac.jp/OpenXM/index.html">Top</a>,  <a href="http://www.math.sci.kobe-u.ac.jp/OpenXM/index.html">Top</a>,
   
 <H1>OpenXM HEAD </H1>  <H1>OpenXM HEAD </H1>
Line 27  Welcome to the home page of OpenXM-HEAD <img src="../S
Line 27  Welcome to the home page of OpenXM-HEAD <img src="../S
   
 <H2>Source Distribution (Download) </H2>  <H2>Source Distribution (Download) </H2>
   
   
 <OL>  <OL>
 <LI> HEAD branch is available from our ftp site:  <LI> HEAD branch is available from our web site:
 [<A HREF="ftp://ftp.math.sci.kobe-u.ac.jp/pub/OpenXM/Head/openxm-head.tar.gz">Source (Shift+Click)</A>].  [<A HREF="http://www.math.sci.kobe-u.ac.jp/pub/OpenXM/Head/openxm-head.tar.gz">Source (Shift+Click)</A>].
 <li> A snapshot of the head branch can be obtainable from  <li> A snapshot of the head branch can be obtainable from
 <a href="http://air.s.kanazawa-u.ac.jp/ohara/software.html"> here </a>.  <a href="http://air.s.kanazawa-u.ac.jp/~ohara/software.html"> here </a>.
 It is updated everyday.  It is updated everyday.
 </OL>  </OL>
   
Line 40  It is updated everyday.
Line 41  It is updated everyday.
 <li> <a href="install-ja.txt"> Installation guide in Japanse </a>  <li> <a href="install-ja.txt"> Installation guide in Japanse </a>
 </ul>  </ul>
   
 <H2>  <h2 id="apt"> Debian package for amd64</h2>
 Getting the latest version (HEAD branch) from <a href="anonymous.html">  <ol>
 a CVS server </a>  <li> Add the file fe-deb2.list of which contents are
 </H2>  <pre>
   deb [signed-by=/usr/share/keyrings/fe-deb2-archive-keyring.gpg] http://www.math.kobe-u.ac.jp/deb2/ unstable/
   deb [signed-by=/usr/share/keyrings/fe-deb2-archive-keyring.gpg] http://www.math.kobe-u.ac.jp/deb2/ mathlibre2020/
   <pre>
   under /etc/apt/sources.list.d
   <li> Add our gpg public key to your system.
   The key is at <a href="http://www.math.kobe-u.ac.jp/deb2/fe-deb2-archive-keyring.gpg">
      http://www.math.kobe-u.ac.jp/deb2/fe-deb2-archive-keyring.gpg </a>
   Copy this file to /usr/share/keyrings by
   <pre>
   sudo cp fe-deb2-archive-keyring.gpg /usr/share/keyrings
   </pre>
   <li>
   <pre>
       sudo apt update
       sudo apt install openxm
   </pre>
   </ol>
   
   
   The following commands execute the above instruction.
   <pre>
   sudo wget -O /etc/apt/sources.list.d/fe-deb2.list http://www.math.kobe-u.ac.jp/deb2/fe-deb2.list
   sudo wget -O /usr/share/keyrings/fe-deb2-archive-keyring.gpg  http://www.math.kobe-u.ac.jp/deb2/fe-deb2-archive-keyring.gpg
   sudo apt update
   sudo apt install openxm
   </pre>
   
 <H2>  <H2>
 <A HREF="ERRATA.html">ERRATA</A>.  <A HREF="ERRATA.html">ERRATA</A>.

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.76

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>