home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Amiga / Workbench / Archivers / base64.readme < prev    next >
Text File  |  1998-05-11  |  768b  |  29 lines

  1. Short:    Base64 for 68k+PPC, including source
  2. Author:   John Walker, Andreas R. Kleinert (port)
  3. Uploader: Andreas_Kleinert@t-online.de
  4. Type:     util/arc
  5.  
  6.  A port of the base64 encoder/decoder by John Walker
  7.  for Amiga 68k and powerUP (TM) PPC systems
  8.  
  9.  For information on usage, simply call
  10.  the program as follows:
  11.  
  12.    base64 -?
  13.  
  14.  For the ELF binary, the "e" protection bit
  15.  already has been set (so that you can run it
  16.  directly from Shell using the ElfLoadSeg patch
  17.  - otherwise please use SAS/C's "RunElf" tool).
  18.  
  19.  What had to be done for the port ?
  20.  Mainly adding the makefile plus this readme.
  21.  
  22.  For more information on the program, i.e. a manual page,
  23.  take a look at the original author's homepage under:
  24.  
  25.        http://www.fourmilab.ch
  26.  
  27.  --
  28.  ARK, 26/Apr/98
  29.