Annotation of OpenXM/doc/OpenXM-web/news-o.html, Revision 1.8
1.1 takayama 1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
2: "http://www.w3.org/TR/REC-html40/loose.dtd">
3: <head>
1.2 takayama 4: <title>OpenXM Archive</title>
1.1 takayama 5: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6: </head>
7: <body bgcolor=#ffffff text=#000000>
8:
9: [<a href="news-o-ja.html"> in Japanese </a>] <br>
10: <a href="Current/doc/index-doc.html"> Documents </a>,
11: <a href="Current/index.html"> Download </a>,
12: <a href="Current/index-spec.html"> Specifications </a>,
13: <a href="Current/doc/index-license.html"> License </a>,
14: <a href="http://www.math.sci.kobe-u.ac.jp/cgi/cvsweb.cgi/">cvsweb</a>,
15: <a href="index.html">Top</a>,
16:
17:
18: <center>
19: <h1>
20: OpenXM Archive (News, ...)
21: </h1>
22: </center>
23:
24: <h2> News </h2>
25:
26: <ul>
1.8 ! takayama 27: <li id="news-openxm-5" name="news-openxm-5"> Debian package openxm-1.3.1-5 (network installer, 32bit) can be obtained from
! 28: <a href="http://fe.math.kobe-u.ac.jp/KnoppixMath"> here </a>.
! 29: 64 bit version is provided at <a href="http://fe.math.kobe-u.ac.jp/KnoppixMath64"> here </a>.
! 30: Please read readme-en.html in the directory. Note that the package openxm should
! 31: be updated explicitly (apt-get install will not work properly) if openxm 1.3.1-3 or prior
! 32: is already installed, i.e.,
! 33: <pre>
! 34: sudo su
! 35: apt-get install make nkf
! 36: dpkg --purge openxm
! 37: apt-get install openxm
! 38: </pre>
! 39: (Aug, 2010. openxm-1.3.1-5) <br>
! 40: In order to install the TeXmacs interface and desktop icons, do
! 41: <pre>
! 42: apt-get install openxm-skel
! 43: apt-get install openxm-gnome-desktop
! 44: </pre>
! 45: If you cannot or must not use apt-get, please download all files starting with openxm-
! 46: from
! 47: <a href="http://fe.math.kobe-u.ac.jp/KnoppixMath"> http://fe.math.kobe-u.ac.jp/KnoppixMath </a>
! 48: and install them by hand as follows.
! 49: <pre>
! 50: sudo su
! 51: dpkg --install openxm_*.deb
! 52: dpkg --install openxm-skel*.deb
! 53: </pre>
! 54: Note that openxm_*.deb is a network installer and the main body of the package is downloaded from the internet.
! 55:
1.7 takayama 56: <li> Debian package openxm-1.3.1-4 (network installer, 32bit) can be obtained from
57: <a href="http://fe.math.kobe-u.ac.jp/KnoppixMath"> here </a>.
58: Please read readme-en.html in the directory. Note that the package openxm should
59: be updated explicitly (apt-get install will not work properly) if openxm 1.3.1-3 or prior
60: is already installed, i.e.,
61: <pre>
62: sudo su
63: apt-get install make nkf
64: dpkg --purge openxm
65: apt-get install openxm
66: </pre>
67: (Feb 23, 2010. openxm-1.3.1-4) <br>
68: In order to install the TeXmacs interface, do
69: <pre>
70: apt-get install openxm-skel
71: </pre>
72:
73:
1.6 takayama 74: <li> Debian package of openxm-1-3.1-1 can be obtained from
75: <a href="http://fe.math.kobe-u.ac.jp/KnoppixMath"> here </a>.
76: Please read readme-en.html in the directory. Note that the package openxm should
77: be updated explicitly (apt-get update will not work properly), i.e.,
78: <pre>
79: apt-get install make nkf
80: dpkg --purge openxm
81: apt-get install openxm
82: </pre>
83: (Feb 12, 2010. openxm-1.3.1-1) <br>
84: In order to install the TeXmacs interface to the user directory, do
85: <pre>
86: cp -r /root/.TeXmacs ~/.
87: </pre>
1.5 takayama 88: <li> Debian package of openxm-1-2.3-12 can be obtained from
89: <a href="http://fe.math.kobe-u.ac.jp/KnoppixMath"> here </a>.
90: Please read readme-en.html in the directory. Note that the package openxm should
91: be updated explicitly (apt-get update will not work properly), i.e.,
92: <pre>
93: dpkg --purge openxm
94: apt-get install openxm
95: </pre>
96: (Feb 24, 2009. openxm-1.2.3-12) <br>
97: In order to install the TeXmacs interface to the user directory, do
98: <pre>
99: cp -r /root/.TeXmacs ~/.
100: </pre>
1.3 takayama 101: <li> Debian package of opexm can be obtained from
102: <a href="http://fe.math.kobe-u.ac.jp/KnoppixMath"> here </a>.
103: Please read Readme.txt in the directory. Note that the package openxm should
104: be updated explicitly (apt-get update will not work properly), i.e.,
105: <pre>
106: dpkg --purge openxm
107: apt-get install openxm
108: </pre>
1.4 takayama 109: (Jan 30, 2008. openxm-1.2.3-10) <br>
110: Known problems: (1) If gcc is not installed, please install it by "apt-get install gcc". It is not written in dependency.
111: <li> New packages in asir-contrib: taji_alc (algebraic local cohomology in 1 variables), f_res (resultants). Try ox_grep("taji_alc") or ox_grep("f_res"); [documents are in Japanese only]
112: (Jan 30, 2008)
113: <li> Debian package of opexm can be obtained from
114: <a href="http://fe.math.kobe-u.ac.jp/KnoppixMath"> here </a>.
115: Please read Readme.txt in the directory. Note that the package openxm should
116: be updated explicitly (apt-get update will not work properly), i.e.,
117: <pre>
118: dpkg --purge openxm
119: apt-get install openxm
120: </pre>
1.3 takayama 121: (Aug 28, 2007)
122: <li> New packages in asir-contrib: y_prime (prime number test, etc),
123: fj_curve (the dual graph of the resolution of singularity of curves),
124: nk_mora (tangent cone algorithm for D, local b-function) (Nov 11, 2005).
1.1 takayama 125: <li> InftyEditor(Math editor with OCR and handwriting interface) plugin for OpenXM (February 18, 2005) <a href="http://www.inftyproject.org/calc"> Download </a>
126: <li> Version 1.2.3 is ready (February 10,2005)
127: <li> OpenXM pacakge is included in Knoppix/Math CD (July, 2004).
128: <a href="ftp://ftp.math.kobe-u.ac.jp/pub/asir/knoppix-all/knoppix-2004-03/knoppix_20031119-20040202-math-en.iso"> Download the CD image <a/>,
129: <a href="http://geom.math.metro-u.ac.jp/wiki/index.php?%5B%5BKNOPPIX%2FMath%2FEnglish%5D%5D"> Puki/Wiki Knoppix/Math </a>
130: <li> OpenXM formula book project:
131: <a href="http://www.math.kobe-u.ac.jp/OCD/index.html">
132: a digital formula book for generalized hypergeometric functions </a>
133: </ul>
134:
135: <pre>
1.8 ! takayama 136: $OpenXM: OpenXM/doc/OpenXM-web/news-o.html,v 1.7 2010/02/25 03:24:30 takayama Exp $
1.1 takayama 137: </pre>
138:
139: </BODY>
1.6 takayama 140: </HTML>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>