source: git/README.src @ 4f006f

spielwiese
Last change on this file since 4f006f was af6a6b, checked in by Olaf Bachmann <obachman@…>, 25 years ago
* version separator now - * took over new distribition scheme from 1-2 branch * incresed version to 1-3-2 git-svn-id: file:///usr/local/Singular/svn/trunk@2829 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 1.8 KB
Line 
1                       Singular version <x.y.z>
2            http://www.mathematik.uni-kl.de/~zca/Singular
3                     University of Kaiserslautern
4     Department of Mathematics        Centre for Computer Algebra
5          Authors: G.-M. Greuel, G. Pfister, H. Schoenemann
6                  (C) 1986-1998 All Rights Reserved
7
8      README FILE FOR SINGULAR KERNEL (Full source distribution)
9      ==========================================================
10Singular is normally distributed as executable program. However, if
11you tell us a good reason, then we might make the source code of
12Singular available to you. Please send an email to
13               
14                singular@mathematik.uni-kl.de
15
16with such a request.
17
18If we grant you access to the source code of Singular, you will get a
19password with wich you can decrypt the source distribution of
20Singular.
21
22To unpack and build Singular, follow these steps:
23
241.) Decrypt using the command:
25
26enigma [password] < Singular-<x.y.z>.tar.gz.crypt > Singular-<x.y.z>.tar.gz
27
28If you do not have the `enigma` command installed on your machine, then
29you first have to built the `enigma` program as follows:
30(i) Get the file enigma.shar contained in this directory
31
32(2) run 'bin/sh enigma.shar; make' -- this will create the 'enigma'
33    program in your current directory
34
352.) unpack the Singular sources with
36        gzip -dc Singular-<x.y.z>.tar.gz | tar -pxf -
37
383.) run
39   './configure; make install'
40
41
42More information about Singular: Comments, Questions, Bug Reports
43=================================================================
44
45More and up-to-date information about Singular is always available
46from
47           http://www.mathematik.uni-kl.de/~zca/Singular
48We very much welcome any comments, questions, and bug reports. Please
49contact us at 
50                    singular@mathematik.uni-kl.de
51
52
53GOOD LUCK and ENJOY!                         Your Singular team.
Note: See TracBrowser for help on using the repository browser.