source: git/doc/README_download.texi @ 523286

spielwiese
Last change on this file since 523286 was 7e96fe, checked in by Frank Seelisch <seelisch@…>, 15 years ago
typos in docu git-svn-id: file:///usr/local/Singular/svn/trunk@11646 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 3.9 KB
Line 
1@comment -*-texinfo-*-
2@comment $Id: README_download.texi,v 1.15 2009-04-08 12:44:42 seelisch Exp $
3@c FILE: README_download.texi
4@c PURPOSE: download 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 a current @code{libc} version.
33@item @code{ix86-Win}
34@tab PC's running Windows 95/98/NT/2K/XP/Vista which have Cygwin version 1.0 (or
35higher) already installed. Unless you are familiar with Cygwin, we
36recommend that you download one of the self-extracting archives as
37described below.
38@item @code{SunOS-5}
39@tab Sun workstations running Solaris version 5
40@item @code{sparc64-Linux}
41@tab Sun workstations running Linux in 64bit mode
42@item @code{ix86-SunOS}
43@tab PC/Opteron workstations running Solaris version 5
44@item @code{ppcMac-darwin}
45@tab ppc-Macintosh computers running OS X (10.4)
46@item @code{ix86Mac-darwin}
47@tab ix86-Macintosh computers running OS X (10.5)
48@item @code{x86_64-Linux}
49@tab Opteron workstations running Linux in 64bit mode
50@item @code{IRIX-6}
51@tab IRIX workstations running IRIX version 6
52@item @code{AIX-4}
53@tab AIX workstations running AIX version 4
54@end multitable
55Please contact us if
56you can not find an appropriate architecture dependent archive.
57
58@item
59Simply change to the directory in which you wish to install
60@sc{Singular} (usually wherever you install 3rd-party software):
61@smallexample
62cd /usr/local/ 
63@end smallexample
64
65@sc{Singular} specific subdirectories will be created in such a way
66that multiple versions and multiple architecture dependent files
67of @sc{Singular} can coexist under the same @code{/usr/local/}
68tree.
69
70@item
71Unpack the archives:
72@smallexample
73gzip -dc Singular-@value{VERSION}-<uname>.tar.gz | tar -pxf -
74gzip -dc Singular-@value{VERSION}-share.tar.gz | tar -pxf -
75@end smallexample
76
77@item
78After unpacking, see the created file
79@code{Singular/@value{VERSION}/INSTALL} (which is also located at
80@uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/INSTALL_unix.html}
81for details on how to finish the installation.
82@end enumerate
83
84@heading To download @sc{Singular} for Windows 95/98/NT/2K/XP/Vista
85
86@enumerate
87@item
88Download one of the following self-extracting archives:
89@table @code
90@item @uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Singular-@value{VERSION}-Small.exe,Singular-@value{VERSION}-Small.exe}
91Minimal archive to download. Installs Singular and minimal set of needed
92tools/DLLs.
93@item @uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Singular-@value{VERSION}-Full.exe,Singular-@value{VERSION}-Full.exe}
94Complete archive to download. Installs Singular and the XEmacs editor for running 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 consult
103@uref{http://www.singular.uni-kl.de/Windows/index.html}.
104@end enumerate
105
106@heading To download @sc{Singular} for the Macintosh
107We recommend @code{fink} to install @code{Singular} on a Macintosh running
108Mac OsX: it supports currently the follwing versions of OsX:
10910.4/intel, 10.4/powerpc, 10.4/powerpc (transitional), 10.3.
110If you would like to install a binary package, Unix installation instructions apply.
111(See @uref{http://fink.sf.net})
112
Note: See TracBrowser for help on using the repository browser.