source: git/doc/README_download.texi @ 57ec06

spielwiese
Last change on this file since 57ec06 was 341696, checked in by Hans Schönemann <hannes@…>, 15 years ago
Adding Id property to all files git-svn-id: file:///usr/local/Singular/svn/trunk@12231 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 3.8 KB
RevLine 
[a94090]1@comment -*-texinfo-*-
[341696]2@comment $Id$
[a94090]3@c FILE: README_download.texi
[7e96fe]4@c PURPOSE: download instructions, to be includeded in manual and README_ftp
[a94090]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
[d86117]13Make sure that you have approximately 20 MByte of free disk space and follow
[a94090]14these steps.
15
16@enumerate
17@item
18You need to download two (archive) files:
19@table @code
[ce4956]20@item a:
21Singular-@value{VERSION}-share.tar.gz
[a94090]22contains architecture independent data like documentation and libraries
[ce4956]23@item b:
24Singular-@value{VERSION}-<uname>.tar.gz
[a94090]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}
[50e6c7]32@tab PC's running under Linux with a current @code{libc} version.
[bde8dd]33@item @code{ix86-Win}
[7e96fe]34@tab PC's running Windows 95/98/NT/2K/XP/Vista which have Cygwin version 1.0 (or
[bde8dd]35higher) already installed. Unless you are familiar with Cygwin, we
36recommend that you download one of the self-extracting archives as
37described below.
[18daf9e]38@item @code{SunOS-5}
39@tab Sun workstations running Solaris version 5
[ce4956]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}
[50e6c7]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)
[ce4956]48@item @code{x86_64-Linux}
49@tab Opteron workstations running Linux in 64bit mode
[3de58c]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
[a94090]54@end multitable
55Please contact us if
[437efdf]56you cannot find an appropriate architecture dependent archive.
[a94090]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
[7e96fe]67of @sc{Singular} can coexist under the same @code{/usr/local/}
[a94090]68tree.
69
70@item
71Unpack the archives:
72@smallexample
[17bb23]73gzip -dc Singular-@value{VERSION}-<uname>.tar.gz | tar -pxf -
74gzip -dc Singular-@value{VERSION}-share.tar.gz | tar -pxf -
[a94090]75@end smallexample
76
77@item
78After unpacking, see the created file
[bde8dd]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.
[a94090]82@end enumerate
83
[7e96fe]84@heading To download @sc{Singular} for Windows 95/98/NT/2K/XP/Vista
[a94090]85
[bde8dd]86@enumerate
87@item
88Download one of the following self-extracting archives:
89@table @code
[7e96fe]90@item @uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Singular-@value{VERSION}-Small.exe,Singular-@value{VERSION}-Small.exe}
[437efdf]91Minimal archive to download. Installs @sc{Singular} and a minimal set of needed
[bde8dd]92tools/DLLs.
[7e96fe]93@item @uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Singular-@value{VERSION}-Full.exe,Singular-@value{VERSION}-Full.exe}
[437efdf]94Complete archive to download. Installs @sc{Singular} and the XEmacs editor for running ESingular.
[bde8dd]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
[437efdf]102In case of problems, consult
103@uref{http://www.singular.uni-kl.de/WINDOWS/index.html}.
[bde8dd]104@end enumerate
[a94090]105
106@heading To download @sc{Singular} for the Macintosh
[d86117]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.
[7e96fe]110If you would like to install a binary package, Unix installation instructions apply.
[d86117]111(See @uref{http://fink.sf.net})
[d208704]112
Note: See TracBrowser for help on using the repository browser.