source: git/doc/README_download.texi @ 553006

spielwiese
Last change on this file since 553006 was 3de58c, checked in by Hans Schönemann <hannes@…>, 23 years ago
*hannes: merge-2-0-2 git-svn-id: file:///usr/local/Singular/svn/trunk@5618 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 4.0 KB
Line 
1@comment -*-texinfo-*-
2@comment $Id: README_download.texi,v 1.9 2001-08-27 14:40:03 Singular Exp $
3@c FILE: README_download.texi
4@c PURPOSE: downloading instructions, to be includeded in manual and README_ftp
5@c
6
7@ifclear VERSION
8@include version.texi
9@end ifclear
10
11@heading To download @sc{Singular} for a Unix platform
12
13Make sure that you have approximately 12MByte of free disk space and follow
14these steps.
15
16@enumerate
17@item
18You need to download two (archive) files:
19@table @code
20@item Singular-@value{VERSION}-share.tar.gz
21contains architecture independent data like documentation and libraries
22(alternatively, you may also download
23@code{Singular-@value{VERSION}-share.zip}).
24@item Singular-@value{VERSION}-<uname>.tar.gz
25contains architecture dependent executables, like the @sc{Singular}
26program.
27@end table
28@code{<uname>} is a description of the processor and operating
29system for which @sc{Singular} is compiled. Choose one of the following:
30@multitable @columnfractions .2 .8
31@item @code{ix86-Linux}
32@tab PC's running under Linux with @code{libc} version 6 (e.g., for SuSe
33Linux distribution version >= 6; RedHat Linux distribution version >= 5.2).
34@item @code{ix86-Linux-libc5}
35@tab PC's running under Linux with @code{libc} version 5 (if you are not
36sure which @code{libc} version you have, run @code{ldd /bin/ls}).
37@item @code{ix86-Win}
38@tab PC's running Windows 95/98/NT/2K which have Cygwin version 1.0 (or
39higher) already installed. Unless you are familiar with Cygwin, we
40recommend that you download one of the self-extracting archives as
41described below.
42@item @code{HPUX-9}
43@tab HP workstations running under HPUX version 9
44@item @code{HPUX-10}
45@tab HP workstations running under HPUX version 10
46@item @code{SunOS-5}
47@tab Sun workstations running Solaris version 5
48@item @code{IRIX-6}
49@tab IRIX workstations running IRIX version 6
50@item @code{AIX-4}
51@tab AIX workstations running AIX version 4
52@end multitable
53Please contact us if
54you can not find an appropriate architecture dependent archive.
55
56@item
57Simply change to the directory in which you wish to install
58@sc{Singular} (usually wherever you install 3rd-party software):
59@smallexample
60cd /usr/local/ 
61@end smallexample
62
63@sc{Singular} specific subdirectories will be created in such a way
64that multiple versions and multiple architecture dependent files
65of @sc{Singular} can peaceably coexist under the same @code{/usr/local/}
66tree.
67
68@item
69Unpack the archives:
70@smallexample
71gzip -dc Singular-@value{VERSION}-<uname>.tar.gz | tar -pxf -
72gzip -dc Singular-@value{VERSION}-share.tar.gz | tar -pxf -
73@end smallexample
74If you have downloaded @code{Singular-@value{VERSION}-share.zip},
75unpack with
76@smallexample
77unzip -u Singular-@value{VERSION}-share.zip
78@end smallexample
79
80@item
81After unpacking, see the created file
82@code{Singular/@value{VERSION}/INSTALL} (which is also located at
83@uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/INSTALL_unix.html}
84for details on how to finish the installation.
85@end enumerate
86
87@heading To download @sc{Singular} for Windows 95/98/NT/2K
88
89@enumerate
90@item
91Download one of the following self-extracting archives:
92@table @code
93@item @uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Singular-@value{VERSION}-Compact.exe,Singular-@value{VERSION}-Compact.exe}
94Minimal archive to download. Installs Singular and minimal set of needed
95tools/DLLs.
96@item @uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Singular-@value{VERSION}-Typical.exe,Singular-@value{VERSION}-Typical.exe}
97Typical archive to download. Installs Singular and the XEmacs editor to
98run ESingular.
99@end table
100
101@item
102Double-click (or, execute), the self-extracting archives, and
103@strong{carefully} follow the instructions given there.
104
105@item
106In case of problems, see the created file
107@code{etc/INSTALL.txt} (which is also located at
108@uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/INSTALL_win.html}
109for details on how to finish the installation.
110@end enumerate
111
112@heading To download @sc{Singular} for the Macintosh
113The port of @sc{Singular} will be available soon.
114
Note: See TracBrowser for help on using the repository browser.