README_download.texi 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. @comment -*-texinfo-*-
  2. @comment Id: README_download.texi,v 1.1 2003/08/08 14:27:06 pertusus Exp $
  3. @c FILE: README_download.texi
  4. @c PURPOSE: downloading instructions, to be includeded in manual and README_ftp
  5. @c
  6. @ifclear VERSION
  7. @include version.texi
  8. @end ifclear
  9. @heading To download @sc{Singular} for a Unix platform
  10. Make sure that you have approximately 20 MByte of free disk space and follow
  11. these steps.
  12. @enumerate
  13. @item
  14. You need to download two (archive) files:
  15. @table @code
  16. @item Singular-@value{VERSION}-share.tar.gz
  17. contains architecture independent data like documentation and libraries
  18. @*@uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/UNIX/Singular-@value{VERSION}-share.tar.gz}
  19. @item Singular-@value{VERSION}-<uname>.tar.gz
  20. contains architecture dependent executables, like the @sc{Singular}
  21. program.
  22. @end table
  23. @code{<uname>} is a description of the processor and operating
  24. system for which @sc{Singular} is compiled. Choose one of the following:
  25. @multitable @columnfractions .2 .8
  26. @item @code{ix86-Linux}
  27. @tab PC's running under Linux with @code{libc} version 6 (e.g., for SuSe
  28. Linux distribution version >= 6; RedHat Linux distribution version >= 5.2).
  29. @*
  30. @*@uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/UNIX/Singular-@value{VERSION}-ix86-Linux.tar.gz}
  31. @item @code{ix86-Linux-libc5}
  32. @tab PC's running under Linux with @code{libc} version 5 (if you are not
  33. sure which @code{libc} version you have, run @code{ldd /bin/ls}).
  34. @*@uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/UNIX/Singular-@value{VERSION}-ix86-Linux-libc5.tar.gz}
  35. @item @code{ix86-freebsd}
  36. @tab 's running under FreeBSD
  37. @*@uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/UNIX/Singular-@value{VERSION}-ix86-freebsd.tar.gz}
  38. @item @code{ix86-Win}
  39. @tab PC's running Windows 95/98/ME/NT/2K/XP which have Cygwin version 1.3.9 (or
  40. higher) already installed. Unless you are familiar with Cygwin, we
  41. recommend that you download one of the self-extracting archives as
  42. described below.
  43. @item @code{HPUX-9}
  44. @tab HP workstations running under HPUX version 9
  45. @*@uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/UNIX/Singular-@value{VERSION}-HPUX-9.tar.gz}
  46. @item @code{HPUX-10}
  47. @tab HP workstations running under HPUX version 10
  48. @*@uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/UNIX/Singular-@value{VERSION}-HPUX-10.tar.gz}
  49. @item @code{SunOS-5}
  50. @tab Sun workstations running Solaris version 5
  51. @*@uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/UNIX/Singular-@value{VERSION}-SunOS-5.tar.gz}
  52. @item @code{IRIX-6}
  53. @tab IRIX workstations running IRIX version 6
  54. @*@uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/UNIX/Singular-@value{VERSION}-IRIX-6.tar.gz}
  55. @item @code{AIX-4}
  56. @tab AIX workstations running AIX version 4
  57. @*@uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/UNIX/Singular-@value{VERSION}-AIX-4.tar.gz}
  58. @item @code{PowerMacintosh-darwin}
  59. @tab PowerMacintosh running Mac OS X
  60. @*@uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/MAC/OsX/Singular-@value{VERSION}-PowerMacintosh-darwin.tar.gz}
  61. @item @code{DecAlpha-Linux}
  62. @tab Digital Dec Alpha running Linux (RedHat 5.2)
  63. @*@uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/UNIX/Singular-@value{VERSION}-DecAlpha-Linux.tar.gz}
  64. @item @code{DecAlpha-OSF1}
  65. @tab Digital Dec Alpha running OSF 1
  66. @*@uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/UNIX/Singular-@value{VERSION}-DecAlpha-OSF1.tar.gz}
  67. @end multitable
  68. Please contact us if
  69. you can not find an appropriate architecture dependent archive.
  70. @item
  71. Simply change to the directory in which you wish to install
  72. @sc{Singular} (usually wherever you install 3rd-party software):
  73. @smallexample
  74. cd /usr/local/
  75. @end smallexample
  76. @sc{Singular} specific subdirectories will be created in such a way
  77. that multiple versions and multiple architecture dependent files
  78. of @sc{Singular} can peaceably coexist under the same @code{/usr/local/}
  79. tree.
  80. @item
  81. Unpack the archives:
  82. @smallexample
  83. gzip -dc Singular-@value{VERSION}-<uname>.tar.gz | tar -pxf -
  84. gzip -dc Singular-@value{VERSION}-share.tar.gz | tar -pxf -
  85. @end smallexample
  86. If you have downloaded @code{Singular-@value{VERSION}-share.zip},
  87. unpack with
  88. @smallexample
  89. unzip -u Singular-@value{VERSION}-share.zip
  90. @end smallexample
  91. @item
  92. After unpacking, see the created file
  93. @code{Singular/@value{VERSION}/INSTALL} (which is also located at
  94. @uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/INSTALL_unix.html}
  95. for details on how to finish the installation.
  96. @end enumerate
  97. @heading To download @sc{Singular} for Windows 95/98/ME/NT/2K/XP
  98. @enumerate
  99. @item
  100. Download one of the following self-extracting archives:
  101. @table @code
  102. @item @uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/WINDOWS/Singular-@value{VERSION}-Compact.exe,Singular-@value{VERSION}-Compact.exe}
  103. Minimal archive to download. Installs Singular and minimal set of needed
  104. tools and DLLs.
  105. @item @uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/WINDOWS/Singular-@value{VERSION}-Typical.exe,Singular-@value{VERSION}-Typical.exe}
  106. Typical archive to download. Installs Singular and the XEmacs editor to
  107. run ESingular.
  108. @end table
  109. @item
  110. Double-click (or, execute), the self-extracting archives, and
  111. @strong{carefully} follow the instructions given there.
  112. @item
  113. If, while running setup, you obtain the following message
  114. @code{Setup failed to launch installation engine:}
  115. @code{Error loading type library/DLL}, then you need to download and execute Microsoft DCOM98 package
  116. @uref{http://www.microsoft.com/com/dcom/dcom98/download.asp}.
  117. Such a problem could appear on Win 95/98.
  118. @item
  119. In case of problems, see the created file
  120. @code{/etc/INSTALL.txt} (which is also located at
  121. @uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/WINDOWS/INSTALL_win.htm}
  122. for details on how to finish the installation.
  123. @end enumerate
  124. @heading To download @sc{Singular} for the Macintosh
  125. For the @sc{Singular} version for Mac OS X refer to the Unix section.
  126. @*The @sc{Singular} version for Mac OS 9 is available as
  127. @uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/MAC/classic/Singular-2-0-2-html.sea.hqx} (documentation) and @uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/MAC/classic/Singular-2-0-2-ppc-MPW.sea.hqx} (binaries and libraries).
  128. The file @uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/MAC/classic/INSTALL_mac.html}
  129. gives details on how to finish the installation.