source: git/doc/README_download.texi @ efdded

spielwiese
Last change on this file since efdded was 50e6c7, checked in by Hans Schönemann <hannes@…>, 15 years ago
*hannes: update git-svn-id: file:///usr/local/Singular/svn/trunk@11238 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.14 2008-12-11 12:47:33 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 a current @code{libc} version.
33@item @code{ix86-Win}
34@tab PC's running Windows 95/98/NT/2K/XP 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 peaceably 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
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}-Compact.exe,Singular-@value{VERSION}-Compact.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}-Typical.exe,Singular-@value{VERSION}-Typical.exe}
94Typical archive to download. Installs Singular and the XEmacs editor to
95run ESingular.
96@end table
97
98@item
99Double-click (or, execute), the self-extracting archives, and
100@strong{carefully} follow the instructions given there.
101
102@item
103In case of problems, see the created file
104@code{etc/INSTALL.txt} (which is also located at
105@uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/INSTALL_win.html}
106for details on how to finish the installation.
107@end enumerate
108
109@heading To download @sc{Singular} for the Macintosh
110We recommend @code{fink} to install @code{Singular} on a Macintosh running
111Mac OsX: it supports currently the follwing versions of OsX:
11210.4/intel, 10.4/powerpc, 10.4/powerpc (transitional), 10.3.
113If you want to try to intall a binary package, the Unix installation
114instructions apply.
115(See @uref{http://fink.sf.net})
116
Note: See TracBrowser for help on using the repository browser.