source: git/doc/README_download.texi @ ceb4be

spielwiese
Last change on this file since ceb4be was 28ec8a, checked in by Hans Schönemann <hannes@…>, 18 years ago
*hannes: removed zip git-svn-id: file:///usr/local/Singular/svn/trunk@9371 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.13 2006-07-31 10:15:57 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 20 MByte 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 a:
21Singular-@value{VERSION}-share.tar.gz
22contains architecture independent data like documentation and libraries
23@item b:
24Singular-@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-Win}
35@tab PC's running Windows 95/98/NT/2K/XP which have Cygwin version 1.0 (or
36higher) already installed. Unless you are familiar with Cygwin, we
37recommend that you download one of the self-extracting archives as
38described below.
39@item @code{SunOS-5}
40@tab Sun workstations running Solaris version 5
41@item @code{sparc64-Linux}
42@tab Sun workstations running Linux in 64bit mode
43@item @code{ix86-SunOS}
44@tab PC/Opteron workstations running Solaris version 5
45@item @code{ppcMac-darwin}
46@tab ppcMacintosh computers running OS X (10.4)
47@item @code{x86_64-Linux}
48@tab Opteron workstations running Linux in 64bit mode
49@item @code{IRIX-6}
50@tab IRIX workstations running IRIX version 6
51@item @code{AIX-4}
52@tab AIX workstations running AIX version 4
53@end multitable
54Please contact us if
55you can not find an appropriate architecture dependent archive.
56
57@item
58Simply change to the directory in which you wish to install
59@sc{Singular} (usually wherever you install 3rd-party software):
60@smallexample
61cd /usr/local/ 
62@end smallexample
63
64@sc{Singular} specific subdirectories will be created in such a way
65that multiple versions and multiple architecture dependent files
66of @sc{Singular} can peaceably coexist under the same @code{/usr/local/}
67tree.
68
69@item
70Unpack the archives:
71@smallexample
72gzip -dc Singular-@value{VERSION}-<uname>.tar.gz | tar -pxf -
73gzip -dc Singular-@value{VERSION}-share.tar.gz | tar -pxf -
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/XP
84
85@enumerate
86@item
87Download one of the following self-extracting archives:
88@table @code
89@item @uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Singular-@value{VERSION}-Compact.exe,Singular-@value{VERSION}-Compact.exe}
90Minimal archive to download. Installs Singular and minimal set of needed
91tools/DLLs.
92@item @uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Singular-@value{VERSION}-Typical.exe,Singular-@value{VERSION}-Typical.exe}
93Typical archive to download. Installs Singular and the XEmacs editor to
94run ESingular.
95@end table
96
97@item
98Double-click (or, execute), the self-extracting archives, and
99@strong{carefully} follow the instructions given there.
100
101@item
102In case of problems, see the created file
103@code{etc/INSTALL.txt} (which is also located at
104@uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/INSTALL_win.html}
105for details on how to finish the installation.
106@end enumerate
107
108@heading To download @sc{Singular} for the Macintosh
109We recommend @code{fink} to install @code{Singular} on a Macintosh running
110Mac OsX: it supports currently the follwing versions of OsX:
11110.4/intel, 10.4/powerpc, 10.4/powerpc (transitional), 10.3.
112If you want to try to intall a binary package, the Unix installation
113instructions apply.
114(See @uref{http://fink.sf.net})
115
Note: See TracBrowser for help on using the repository browser.