home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / archiver / rblharc / readme < prev    next >
Text File  |  1993-07-08  |  815b  |  20 lines

  1. Here is the source for Xlharc 1.2.  It has complete Atari ST and Unix versions.
  2. See the CHANGES file for all of the changes I made to get this working on the
  3. ST.
  4.  
  5. The Unix version is pretty much the same as the original 0.03 version and
  6. doesn't have all of the same options of the ST version.  I don't intend to
  7. support the Unix version although I will incorporate any fixes, that are sent
  8. to me, into the source.  Read the READ.ME file for a list of the Unix LHarc
  9. options.
  10.  
  11. TOS & Unix compiling:
  12.         edit & configure Makefile
  13.         make -f Makefile
  14.  
  15. NOTE:  The source code is heavily dependent on GCC 1.37 and it's libraries.
  16.        (ST version).  As of 12/12/90, you cannot use version 1.37 of GAS to
  17.        assemble lzhuf.c, IF you have specified -D__ASM__INSDEL__.  The
  18.        resulting code will bomb.
  19.  
  20.