home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / gnu / gzip17st / readme.st < prev    next >
Encoding:
Text File  |  1993-07-30  |  2.6 KB  |  53 lines

  1.  
  2.                                GNU zip v1.0.7
  3.                                --------------
  4.  
  5.  This is the binaries of GNU zip v1.0.7 for the Atari (hereby referred to as
  6.  gzip). I have built two different versions, one for the standard TOS file-
  7.  system (gzip-tos.ttp), and one for the Minix filesystem (gzip.ttp). As far
  8.  as I know the MinixFS-version should also work correctly on top of any other
  9.  Unix-lookalike filesystem.
  10.  
  11.  If you own an Atari with 68020 or higher (TT, Falcon) you might want to down-
  12.  load the file gzip107tt.zoo instead, as it contains the same program compiled
  13.  for 68020 by GCC. It should prove to be a tiny bit faster than the 68000-
  14.  version. The only disadvantage is that it won't work on 68000 or 68010.
  15.  
  16.  This version of gzip was compiled with GCC v2.3.3 PL2 and MiNTlibs PL30. If
  17.  you want a list over what compile-options were used then please have a look
  18.  in the file "tailor.h". You will find the Atari-specific stuff easy by
  19.  locating the word "ATARI" (strange, eh? :-).
  20.  
  21.  If you want to build your own binaries of gzip, then download the sourcecode-
  22.  archive (gzip-1.0.7.tar.z) from your favourite gnu-software supplier, or if
  23.  they haven't got it, from prep.ai.mit.edu with anonymous FTP (try to respect
  24.  the FTP-guidelines by only using it on non-prime-time (nights and weekends)).
  25.  Atari is directly supported in the sourcecode nowadays, so the only thing you
  26.  need to do is to copy the Makefile.st from the atari-directory to the main
  27.  directory, edit it to produce the kind of executable you want (Minix/TOS-FS
  28.  and 68000/68020) and issue a "make -f Makefile.st" (if you have GCC and Make
  29.  installed). Apart from the sourcecode the archive also contains some more or
  30.  less interesting documents/documentation and a couple of shellscripts.
  31.  
  32.  NEWS: As of version 1.0.7 match.S also supports the 68000 and 68010. This
  33.  should give a speed-up in the compression-phase.
  34.  
  35.  TODO: Try to find a simple solution that removes the necessity of having two
  36.  different executables to be able to run on both MinixFS and TOSFS.
  37.  
  38.  ----------------------------------------------------------------------------
  39.  Snailmail:  Daniel Eriksson        Internet:  m91der@tdb.uu.se OR den@hgs.se
  40.     |||      Gardskarsvagen 6B      Fidonet :  Daniel Eriksson @ 2:205/229
  41.     |||      814 93  SKUTSKAR       IRC     :  ddf ('Daniel of Delta Force')
  42.    / | \     SWEDEN                 Voice   :  +46 26 72905 OR +46 26 72901
  43.  
  44.  Note: My _complete_ Internet addresses are m91der@bellatrix.tdb.uu.se and
  45.  den@abacus.hgs.se if someone would want to use TALK or some other service
  46.  that requires a full address.
  47.  
  48.  
  49.                                      *
  50.  
  51.  
  52.                               Share and enjoy!
  53.