home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / INTERNET / HTML / TEX2RTF / SOURCES.ZIP / TOOLS / LACHECK / LACHECK.REA < prev    next >
Encoding:
Text File  |  1991-06-27  |  194 b   |  10 lines

  1. To compile, do as folows:
  2.  
  3.     flex -8 lacheck.lex
  4.     cc lex.yy.c -ll -O -o lacheck
  5.  
  6. This should make a executable file called lacheck.
  7. Further documentation is in the manualpage.
  8.  
  9. /Kresten
  10.