Annotation of OpenXM/doc/OpenXM-web/news-o.html, Revision 1.12
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>,
1.11 takayama 14: <a href="http://c1.math.kobe-u.ac.jp/cgi-bin/cvsweb.cgi/">cvsweb</a>,
1.1 takayama 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.12 ! takayama 27: <li> Debian package openxm-1.3.1-14 (network installer, 64bit) can be obtained from
! 28: <a href="http://fe.math.kobe-u.ac.jp/MathLibre-amd64"> here </a>.
! 29: Please read <a href="http://fe.math.kobe-u.ac.jp/MathLibre/readme-en.html">readme-en.html</a>
! 30: in the directory.
! 31: (March 27, 2015. openxm-1.3.1-14)
1.10 takayama 32: <li> Debian package openxm-1.3.1-10 (network installer, 32bit) can be obtained from
33: <a href="http://fe.math.kobe-u.ac.jp/MathLibre"> here </a>.
34: 64 bit version is provided at <a href="http://fe.math.kobe-u.ac.jp/MathLibre-amd64"> here </a>.
35: Please read <a href="http://fe.math.kobe-u.ac.jp/MathLibre/readme-en.html">readme-en.html</a>
36: in the directory.
37: (May 15, 2012. openxm-1.3.1-10)
1.9 takayama 38: <li id="news-openxm-6" name="news-openxm-6"> Debian package openxm-1.3.1-6 (network installer, 32bit) can be obtained from
39: <a href="http://fe.math.kobe-u.ac.jp/KnoppixMath"> here </a>.
40: 64 bit version is provided at <a href="http://fe.math.kobe-u.ac.jp/KnoppixMath64"> here </a>.
41: Please read <a href="http://fe.math.kobe-u.ac.jp/KnoppixMath/readme-en.html">readme-en.html</a>
42: in the directory.
43: (Feb 22, 2011. openxm-1.3.1-6)
44:
1.8 takayama 45: <li id="news-openxm-5" name="news-openxm-5"> Debian package openxm-1.3.1-5 (network installer, 32bit) can be obtained from
46: <a href="http://fe.math.kobe-u.ac.jp/KnoppixMath"> here </a>.
47: 64 bit version is provided at <a href="http://fe.math.kobe-u.ac.jp/KnoppixMath64"> here </a>.
48: Please read readme-en.html in the directory. Note that the package openxm should
49: be updated explicitly (apt-get install will not work properly) if openxm 1.3.1-3 or prior
50: is already installed, i.e.,
51: <pre>
52: sudo su
53: apt-get install make nkf
54: dpkg --purge openxm
55: apt-get install openxm
56: </pre>
57: (Aug, 2010. openxm-1.3.1-5) <br>
58: In order to install the TeXmacs interface and desktop icons, do
59: <pre>
60: apt-get install openxm-skel
61: apt-get install openxm-gnome-desktop
62: </pre>
63: If you cannot or must not use apt-get, please download all files starting with openxm-
64: from
65: <a href="http://fe.math.kobe-u.ac.jp/KnoppixMath"> http://fe.math.kobe-u.ac.jp/KnoppixMath </a>
66: and install them by hand as follows.
67: <pre>
68: sudo su
69: dpkg --install openxm_*.deb
70: dpkg --install openxm-skel*.deb
71: </pre>
72: Note that openxm_*.deb is a network installer and the main body of the package is downloaded from the internet.
73:
1.7 takayama 74: <li> Debian package openxm-1.3.1-4 (network installer, 32bit) 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 install will not work properly) if openxm 1.3.1-3 or prior
78: is already installed, i.e.,
79: <pre>
80: sudo su
81: apt-get install make nkf
82: dpkg --purge openxm
83: apt-get install openxm
84: </pre>
85: (Feb 23, 2010. openxm-1.3.1-4) <br>
86: In order to install the TeXmacs interface, do
87: <pre>
88: apt-get install openxm-skel
89: </pre>
90:
91:
1.6 takayama 92: <li> Debian package of openxm-1-3.1-1 can be obtained from
93: <a href="http://fe.math.kobe-u.ac.jp/KnoppixMath"> here </a>.
94: Please read readme-en.html in the directory. Note that the package openxm should
95: be updated explicitly (apt-get update will not work properly), i.e.,
96: <pre>
97: apt-get install make nkf
98: dpkg --purge openxm
99: apt-get install openxm
100: </pre>
101: (Feb 12, 2010. openxm-1.3.1-1) <br>
102: In order to install the TeXmacs interface to the user directory, do
103: <pre>
104: cp -r /root/.TeXmacs ~/.
105: </pre>
1.5 takayama 106: <li> Debian package of openxm-1-2.3-12 can be obtained from
107: <a href="http://fe.math.kobe-u.ac.jp/KnoppixMath"> here </a>.
108: Please read readme-en.html in the directory. Note that the package openxm should
109: be updated explicitly (apt-get update will not work properly), i.e.,
110: <pre>
111: dpkg --purge openxm
112: apt-get install openxm
113: </pre>
114: (Feb 24, 2009. openxm-1.2.3-12) <br>
115: In order to install the TeXmacs interface to the user directory, do
116: <pre>
117: cp -r /root/.TeXmacs ~/.
118: </pre>
1.3 takayama 119: <li> Debian package of opexm can be obtained from
120: <a href="http://fe.math.kobe-u.ac.jp/KnoppixMath"> here </a>.
121: Please read Readme.txt in the directory. Note that the package openxm should
122: be updated explicitly (apt-get update will not work properly), i.e.,
123: <pre>
124: dpkg --purge openxm
125: apt-get install openxm
126: </pre>
1.4 takayama 127: (Jan 30, 2008. openxm-1.2.3-10) <br>
128: Known problems: (1) If gcc is not installed, please install it by "apt-get install gcc". It is not written in dependency.
129: <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]
130: (Jan 30, 2008)
131: <li> Debian package of opexm can be obtained from
132: <a href="http://fe.math.kobe-u.ac.jp/KnoppixMath"> here </a>.
133: Please read Readme.txt in the directory. Note that the package openxm should
134: be updated explicitly (apt-get update will not work properly), i.e.,
135: <pre>
136: dpkg --purge openxm
137: apt-get install openxm
138: </pre>
1.3 takayama 139: (Aug 28, 2007)
140: <li> New packages in asir-contrib: y_prime (prime number test, etc),
141: fj_curve (the dual graph of the resolution of singularity of curves),
142: nk_mora (tangent cone algorithm for D, local b-function) (Nov 11, 2005).
1.1 takayama 143: <li> InftyEditor(Math editor with OCR and handwriting interface) plugin for OpenXM (February 18, 2005) <a href="http://www.inftyproject.org/calc"> Download </a>
144: <li> Version 1.2.3 is ready (February 10,2005)
145: <li> OpenXM pacakge is included in Knoppix/Math CD (July, 2004).
146: <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/>,
147: <a href="http://geom.math.metro-u.ac.jp/wiki/index.php?%5B%5BKNOPPIX%2FMath%2FEnglish%5D%5D"> Puki/Wiki Knoppix/Math </a>
148: <li> OpenXM formula book project:
149: <a href="http://www.math.kobe-u.ac.jp/OCD/index.html">
150: a digital formula book for generalized hypergeometric functions </a>
151: </ul>
152:
153: <pre>
1.12 ! takayama 154: $OpenXM: OpenXM/doc/OpenXM-web/news-o.html,v 1.11 2015/07/28 06:41:25 takayama Exp $
1.1 takayama 155: </pre>
156:
157: </BODY>
1.6 takayama 158: </HTML>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>