[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.73 and 1.77

version 1.73, 2020/11/24 11:46:00 version 1.77, 2022/03/28 23:50:00
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.72 2020/10/04 10:39:41 takayama Exp $  $OpenXM: OpenXM/doc/OpenXM-web/index.html,v 1.76 2022/03/28 10:33:48 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 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>
   
 <font color="red">  
 2020.10.04: MacOS X, the version of xcode should be less than 12.  
 </font>  
 <br>  
   
 <OL>  <OL>
 <LI> HEAD branch is available from our web site:  <LI> HEAD branch is available from our web site:
Line 44  It is updated everyday.
Line 40  It is updated everyday.
 <li> <a href="install-en.txt"> Installation guide in English </a>  <li> <a href="install-en.txt"> Installation guide in English </a>
 <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 id="apt"> Debian package for amd64</h2>
   <ol>
   <li> Add the file fe-deb2.list of which contents are
   <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 apt update
   sudo apt install wget
   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>
   
   Note: If you agree with the asir license in advance, do as follows
   <pre>
   touch /tmp/i-agree-with-asir-license
   sudo apt install openxm
   rm  /tmp/i-agree-with-asir-license
   </pre>
   
 <H2>  <H2>
 <A HREF="ERRATA.html">ERRATA</A>.  <A HREF="ERRATA.html">ERRATA</A>.

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.77

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