source: git/doc/INSTALL_win.texi @ f54318c

spielwiese
Last change on this file since f54318c was 6ce030f, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
removal of the $Id$ svn tag from everywhere NOTE: the git SHA1 may be used instead (only on special places) NOTE: the libraries Singular/LIB/*.lib still contain the marker due to our current use of svn
  • Property mode set to 100644
File size: 2.1 KB
Line 
1@comment -*-texinfo-*-
2@c FILE:    INSTALL.texi
3@c PURPOSE: Installation instructions for Singular on MSWindows
4@c          This file is displayed during installation and copied to
5@c          /etc/INSTALL
6
7@ifclear VERSION
8@include version.texi
9@end ifclear
10
11@ifclear singularmanual
12@majorheading Installation instructions for @sc{Singular} on MS Windows.
13@end ifclear
14
15@heading For the impatient (single file download):
16@itemize
17@item
18If you have @code{Cygwin} installed, please read the information below.
19@item
20Execute the self-extracting installation archive and
21@strong{carefully} follow the instructions given there.
22Setup will analyze your system, create the corresponding configuration
23and give you further tips regarding the installation process.
24(see @uref{http://www.singular.uni-kl.de/WINDOWS/pfwinstall.html})
25@item
26In case of troubles, see the installed file @code{/etc/INSTALL} or visit
27@strong{Singular Forum} at @uref{http://www.singular.uni-kl.de/forum}.
28@end itemize
29
30@heading Installation preliminaries
31
32@sc{Singular} is a CYGWIN package on MS Windows. You can install it
33with the Cygwin Installer (Net Install):
34For a minimal installation, the following set of packages is recommended
35to be chosen when the Cygwin package browser comes up:
36@itemize
37@item - singular-base, singular-share, singular-help, singular-icons;
38@item - rxvt.
39@end itemize
40These packages can be complemented by the following, in order to install a full version
41supporting - among other additional features - the use of @sc{Singular} under (x)emacs and
42@sc{Singular} Surf:
43@itemize
44@item - singular-surf,
45@item - emacs-X11, xemacs-sumo,
46@item - xorg-server, xinit.
47@end itemize
48
49Complete installation information for Windows is available at
50@display
51@uref{http://www.singular.uni-kl.de/WINDOWS/index.html}.
52@end display
53
54@include register.texi
55
56For any other troubles,
57please send an email to @email{singular@@mathematik.uni-kl.de}
58and include the header which is displayed by starting up @sc{Singular}
59with the @code{-v} option, and a description of your machine and
60operating system.
61
62@include info.texi
63
64@ifclear singularmanual
65GOOD LUCK and ENJOY!
66Your @sc{Singular} team.
67@end ifclear
68
Note: See TracBrowser for help on using the repository browser.