home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / program / compiler / sozobon / scsrc20 / readme.src
Text File  |  1991-03-02  |  897b  |  34 lines

  1.  
  2.               Sozobon C Compiler
  3.  
  4.                  Version 2.0
  5.  
  6.  
  7. The files in this archive are:
  8.  
  9. readme       This file.
  10.  
  11. hcc.lzh
  12. jas.lzh
  13. ld.lzh
  14. make.lzh
  15. szadb.lzh
  16. tools.lzh
  17. top.lzh
  18.  
  19.        Archives containing the source code for various parts of the
  20.        compiler. These should each be unpacked in a subdirectory
  21.        of the obvious name (e.g. "make.lzh" into directory "make").
  22.  
  23.  
  24. These files comprise the source code portion of the Sozobon compiler. To
  25. use the compiler you'll also need the executable portion and a copy of
  26. the runtime library "dLibs" (version 1.2). These should be available
  27. wherever you received this file.
  28.  
  29. You will also need fplib20 if you want to do floating point code.
  30.  
  31. The compiler has been self-hosted (i.e. can compile itself) for quite a
  32. while now, so this archive and the executable distribution is all you
  33. need to be able to hack on any part of the system.
  34.