source: git/README.download @ 2afef4

spielwiese
Last change on this file since 2afef4 was 2afef4, checked in by Olaf Bachmann <obachman@…>, 26 years ago
* changes for distribution, in particular for win distribution * extra.cc: new calls: SearchPath, InfoFile, InfoProgram git-svn-id: file:///usr/local/Singular/svn/trunk@2163 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 2.8 KB
Line 
1WELCOME TO THE HOME FTP SITE OF SINGULAR -- A COMPUTER ALGEBRA SYSTEM FOR
2                       POLYNOMIAL COMPUTATIONS
3               
4Announcing Singular version 1.2.0:
5==================================
6Singular 1.2.0 is now available. It is a major upgrade from all previous
7versions of Singular, and you should definitely consider upgrading
8your current Singular version.
9
10This directory cointains:
11=========================
12Singular-1.2.0-share.tar.gz                 
13        -- shared data of newest Singular distribution for Unix platforms
14Singular-1.2.0-<uname description>.tar.gz 
15        -- newest Singular executables for Unix platforms
16Singular-1.2.0-ix86-Win.zip
17        -- complete Singular distribution for Windows 95/NT
18Singular-1.2.0.ppc.sea.hqx.gz
19        -- complete Singular distribution for Macintosh PowerPC
20Singular-1.2.0.68k.sea.hqx.gz
21        -- complete Singular distribution for Macintosh 68K computers
22COPYING                 Licence information on Singular
23README.general          General information on Singular
24utils/                  Directory containing various utilities
25doc/                    Directory containing Singular documentation
26Attic/                  Directory containing old versions of Singular
27
28
29To download Singular for Unix platforms:
30========================================
31You need at least the following two files:
32      Singular-1.2.0-share.tar.gz
33      Singular-1.2.0-<uname description>.tar.gz
34where <uname description> is a description of the processor and operating
35system for which Singular is compiled (e.g, ix86-Linux). Please
36contact us if you can not find an appropriate architecture-dependent
37tar file.
38
39Simply cd to the directory in which you wish to install SINGULAR,
40and then unpack the architecture independent tar file, followed by
41the architecture-dependent files for those architectures you use:
42
43  cd /usr/local/        # or wherever you install 3rd-party software
44  gzip -dc Singular-<x.y.z>-share.tar.gz .tar.gz | tar -pxf -
45  gzip -dc Singular-<x.y.z>-<uname description> | tar -pxf -
46
47You may replace `/usr/local/' with what you like, but refer to the
48INSTALL which is contained in the architecture-dependent tar file (and which
49you can find at ./Singular/INSTALL after unpacking) for
50detailed information on how to install Singular.
51
52To download Singular for Windows 95 or Windows NT platform:
53==========================================================
54TBC
55
56To download Singular for the Macintosh:
57=======================================
58TBC
59
60More information about Singular: Comments, Questions, Bug Reports
61=================================================================
62
63More and up-to-date information about Singular is always available
64from
65           http://www.mathematik.uni-kl.de/~zca/Singular
66We very much welcome any comments, questions, and bug reports. Please
67contact us at 
68                    singular@mathematik.uni-kl.de
69
70
71GOOD LUCK and ENJOY!                         Your Singular team.
Note: See TracBrowser for help on using the repository browser.