source: git/doc/README_distribution.texi @ 51f201

spielwiese
Last change on this file since 51f201 was 86e62f6, checked in by Olaf Bachmann <obachman@…>, 24 years ago
better git-svn-id: file:///usr/local/Singular/svn/trunk@4457 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 2.0 KB
Line 
1@comment -*-texinfo-*-
2@comment $Id: README_distribution.texi,v 1.6 2000-06-17 07:55:30 obachman Exp $
3@c FILE: README_distribution.texi
4@c PURPOSE: general README file to be included in the distribution
5@c
6
7@ifclear VERSION
8@include version.texi
9@end ifclear
10
11@majorheading README file for the @sc{Singular} distribution
12
13@sc{Singular} is a Computer Algebra system for polynomial computations
14with special emphasize on the needs of commutative algebra, algebraic
15geometry, singularity theory and polynomial system solving. For a more
16detailed overview of
17@sc{Singular}, see
18@display
19@uref{http://www.singular.uni-kl.de/Overview/}
20@end display
21
22
23The current version @value{VERSION} is an alpha-release of the upcoming
24new release version 2-0 (should be there at the beginning of
252000).
26
27Although there are no known bugs, it is to be
28expected that the current version @value{VERSION} is not as stable as
29the 1.2 version(s), since major changes were done to the @sc{Singular}
30kernel. Therefore, it is important to us, that users try out this new
31version and report their bugs/comments and suggestions.
32
33Furthermore, the current version is generally not yet as fast as version
341.2. But this is going to change dramatically in the upcoming release
35version(s).
36
37
38@macro nref{name,url}
39@ifhtml
40@item @uref{\url\,,\name\}
41@end ifhtml
42@ifnothtml
43@item @code{\name\}
44@end ifnothtml
45@end macro
46
47
48See the files
49@table @asis
50@nref{NEWS, NEWS.html}
51for news and changes of this version
52@nref{COPYING, COPYING.html}
53for license information for @sc{Singular}
54@nref{INSTALL, INSTALL.html}
55for installation instructions, troubleshooting tips, and answers to
56Frequently Asked Questions (FAQs).
57@end table
58
59
60More and up-to-date information about @sc{Singular} is always available
61from
62@display
63@uref{http://www.singular.uni-kl.de}.
64@end display
65We very much welcome any comments, questions, and bug reports,
66especially comments about our new version. Please
67contact us at
68@display
69@email{singular@@mathematik.uni-kl.de}.
70@end display
71
72GOOD LUCK and ENJOY!                         
73Your @sc{Singular} team.
74
75
Note: See TracBrowser for help on using the repository browser.