home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / packery / unrar / unrar_amiga.doc < prev    next >
Text File  |  1977-12-31  |  2KB  |  34 lines

  1. This is my port of the UnRar utility to the Amiga, based on UnRar sources
  2. version 1.01 by Eugene Roshal. I did it because the other Amiga version
  3. didn't handle error codes correctly, thus preventing the use in scripts or
  4. enviromnents that relie on return codes for determinig the outcome of a dos
  5. command (like Arexx). I also added an Amiga-Dos compliant version string and
  6. compiled 3 versions, one for each processor category (68000, 68020, 68040).
  7. Currently there aren't any Amiga specific commands or options, and the date is
  8. set to current (does anyone knows how to handle a WC-"DOS time structure" ? Mail
  9. me!)
  10. Included in the package are:
  11. - 3 versions of the executable (install the one that suit you best).
  12. - the sources (slightly) modified to compile under GCC 2.7.0 Amiga.
  13. - the original Unrar sources, instructions and legal stuff.
  14.  
  15. Installation: well, kinda complex.... copy the executable you want anywhere in
  16. your search path (usually C:), and rename it to 'unrar'. :-))
  17. BTW: unrar is pure, so you can make resident, if you want.
  18.  
  19. If you want to compile the sources, the commandline for GCC is:
  20. gcc -O3 -m680x0 -resident -noixemul -o unrar.0x0 unrar.c
  21.              ^                                ^
  22.              |--------------------------------|
  23.                               |
  24.                         You choose this.
  25.  
  26. Please: SEE THE ORIGINAL DOCUMENTATION FOR INSTRUCTION AND COPYRIGHT CONDITIONS.
  27. (Anyway... it's freeware!)
  28.  
  29. Author of the Amiga port: Andrea Vallinotto 
  30. FidoNet: 2:334/21.13  AmigaNet: 39:101/402.13
  31. Internet (Fidonet gateway): Andrea.Vallinotto@p13.f21.n334.z2.fidonet.org
  32.  
  33. Mail me if you have any suggestions, ideas, etc. .
  34.