Changeset 17bb23 in git


Ignore:
Timestamp:
Dec 8, 1999, 11:55:55 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'd1ba061a762c62d3a25159d8da8b6e17332291fa')
Children:
7a4c0ce5921421ea281ac7c770ff92ed63326271
Parents:
a9736bad73426fd324abf87dcf23da6b99a7a8c9
Message:
* tgz -> tar.gz


git-svn-id: file:///usr/local/Singular/svn/trunk@3993 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
doc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • doc/INSTALL_unix.texi

    ra9736ba r17bb23  
    11@comment -*-texinfo-*-
    2 @comment $Id: INSTALL_unix.texi,v 1.8 1999-12-08 17:00:39 obachman Exp $
     2@comment $Id: INSTALL_unix.texi,v 1.9 1999-12-08 22:54:41 obachman Exp $
    33@c FILE: INSTALL_unix.texi
    44@c PURPOSE: Installation instruction for Singular on  Unix
     
    3131archives:
    3232@table @code
    33 @item Singular-@value{VERSION}-share.tgz
     33@item Singular-@value{VERSION}-share.tar.gz
    3434contains architecture independent data like documentation and libraries
    3535(alternatively, you may also download
    3636@code{Singular-@value{VERSION}-share.zip}).
    37 @item Singular-@value{VERSION}-@value{_UNAME}.tgz
     37@item Singular-@value{VERSION}-@value{_UNAME}.tar.gz
    3838contains architecture dependent executables, like the @sc{Singular}
    3939program.
     
    8686Unpack the archives:
    8787@smallexample
    88 gzip -dc Singular-@value{VERSION}-@value{_UNAME}.tgz | tar -pxf -
    89 gzip -dc Singular-@value{VERSION}-share.tgz | tar -pxf -
     88gzip -dc Singular-@value{VERSION}-@value{_UNAME}.tar.gz | tar -pxf -
     89gzip -dc Singular-@value{VERSION}-share.tar.gz | tar -pxf -
    9090@end smallexample
    9191If you have downloaded @code{Singular-@value{VERSION}-share.zip},
     
    288288@end example
    289289To fix this, download and install
    290 @code{Singular-@value{VERSION}-ix86-Linux-static.tgz}.
     290@code{Singular-@value{VERSION}-ix86-Linux-static.tar.gz}.
    291291
    292292@item For @code{AIX} systems:
  • doc/README_download.texi

    ra9736ba r17bb23  
    11@comment -*-texinfo-*-
    2 @comment $Id: README_download.texi,v 1.2 1999-12-08 17:00:39 obachman Exp $
     2@comment $Id: README_download.texi,v 1.3 1999-12-08 22:55:54 obachman Exp $
    33@c FILE: README_download.texi
    44@c PURPOSE: downloading instructions, to be includeded in manual and README_ftp
     
    1818You need to download two (archive) files:
    1919@table @code
    20 @item Singular-@value{VERSION}-share.tgz
     20@item Singular-@value{VERSION}-share.tar.gz
    2121contains architecture independent data like documentation and libraries
    2222(alternatively, you may also download
    2323@code{Singular-@value{VERSION}-share.zip}).
    24 @item Singular-@value{VERSION}-<uname>.tgz
     24@item Singular-@value{VERSION}-<uname>.tar.gz
    2525contains architecture dependent executables, like the @sc{Singular}
    2626program.
     
    5656Unpack the archives:
    5757@smallexample
    58 gzip -dc Singular-@value{VERSION}-<uname>.tgz | tar -pxf -
    59 gzip -dc Singular-@value{VERSION}-share.tgz | tar -pxf -
     58gzip -dc Singular-@value{VERSION}-<uname>.tar.gz | tar -pxf -
     59gzip -dc Singular-@value{VERSION}-share.tar.gz | tar -pxf -
    6060@end smallexample
    6161If you have downloaded @code{Singular-@value{VERSION}-share.zip},
  • doc/README_ftp.texi

    ra9736ba r17bb23  
    11@comment -*-texinfo-*-
    2 @comment $Id: README_ftp.texi,v 1.4 1999-12-08 18:44:10 obachman Exp $
     2@comment $Id: README_ftp.texi,v 1.5 1999-12-08 22:55:55 obachman Exp $
    33@c FILE: README_download.texi
    44@c PURPOSE: This should reside as README file in the main directory of the
     
    4343@nref{INSTALL_unix, INSTALL_unix.html}
    4444Unix installation instructions
    45 @item @code{Singular-@value{VERSION}-share.tgz}
     45@item @code{Singular-@value{VERSION}-share.tar.gz}
    4646@sc{Singular} distribution archive which contains architecture
    4747independent data like documentation and libraries.
    48 @item @code{Singular-@value{VERSION}-<uname>}.tgz
     48@item @code{Singular-@value{VERSION}-<uname>}.tar.gz
    4949@sc{Singular} distribution archives which contain architecture dependent
    5050executables, like the @sc{Singular} program.
Note: See TracChangeset for help on using the changeset viewer.