source: git/doc/README_download.texi @ bde8dd

spielwiese
Last change on this file since bde8dd was bde8dd, checked in by Olaf Bachmann <obachman@…>, 24 years ago
Windows updates git-svn-id: file:///usr/local/Singular/svn/trunk@4376 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 3.8 KB
Line 
1@comment -*-texinfo-*-
2@comment $Id: README_download.texi,v 1.5 2000-05-23 14:41:22 obachman 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 distirbution version >= 6; RedHat Linux distirbution 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@end multitable
49Please contact us if
50you can not find an appropriate architecture dependent archive.
51
52@item
53Simply change to the directory in which you wish to install
54@sc{Singular} (usually wherever you install 3rd-party software):
55@smallexample
56cd /usr/local/ 
57@end smallexample
58
59@sc{Singular} specific subdirectories will be created in such a way
60that multiple versions and multiple architecture dependent files
61of @sc{Singular} can peaceably coexist under the same @code{/usr/local/}
62tree.
63
64@item
65Unpack the archives:
66@smallexample
67gzip -dc Singular-@value{VERSION}-<uname>.tar.gz | tar -pxf -
68gzip -dc Singular-@value{VERSION}-share.tar.gz | tar -pxf -
69@end smallexample
70If you have downloaded @code{Singular-@value{VERSION}-share.zip},
71unpack with
72@smallexample
73unzip -u Singular-@value{VERSION}-share.zip
74@end smallexample
75
76@item
77After unpacking, see the created file
78@code{Singular/@value{VERSION}/INSTALL} (which is also located at
79@uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/INSTALL_unix.html}
80for details on how to finish the installation.
81@end enumerate
82
83@heading To download @sc{Singular} for Windows 95/98/NT/2K
84
85@enumerate
86@item
87Download one of the following self-extracting archives:
88@table @code
89@item Singular-@value{VERSION}-Compact. exe
90Minimal archive to download. Installs Singular and minimal set of needed
91tools/DLLs.
92@item Singular-@value{VERSION}-Typical. exe
93Typical archive to download. Installs Singular and the XEmacs editor to
94run ESingular.
95@item Singular-@value{VERSION}-Custom. exe
96Maximal archive to download. Installs Singular, XEmacs, and many Cygwin
97development tools (like gcc, gdb, make, perl, etc).
98@end table
99
100@item
101Double-click (or, execute), the self-extracting archives, and
102@strong{carefully} follow the instructions given there.
103
104@item
105In case of problems, see the created file
106@code{etc/INSTALL.txt} (which is also located at
107@uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/INSTALL_win.html}
108for details on how to finish the installation.
109@end enumerate
110
111@heading To download @sc{Singular} for the Macintosh
112TBC
Note: See TracBrowser for help on using the repository browser.