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