home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / AWF.ZIP / README.OS2 < prev   
Text File  |  1991-01-23  |  991b  |  25 lines

  1. I got AWF working under OS/2. The file names were changed for the 8.3
  2. file name restrictions of FAT partitions. The path name of the AWF shell
  3. script and the AWF directory are hardcoded into AWF.CMD. This OS/2 batch
  4. file is in fact a shell script for which SH is automatically called via
  5. the EXTPROC statement.
  6.  
  7. The following programs are required to run AWF:
  8.  
  9. - GAWK    (GNU awk)
  10. - SH    (MS-SH 1.6.3 is available in an OS/2 protect mode version)
  11. - SED   (GNU sed)
  12. - CAT   (part of GNU file utils, which I have just completed porting to OS/2)
  13. - RM    (dto.)
  14.  
  15. The output looks acceptable, dumb.dev may have to be changed for the
  16. 8bit character set of PC's to support NROFF special characters. The
  17. formatter is really slow, for AWF.1 it takes about 2:20 minutes on an
  18. 386 with 25 MHz without cache. But the regression test worked
  19. correctly.
  20.  
  21. It can even be used under DOS. Use AWF.BAT and AWF.SH instead of AWF.CMD.
  22.  
  23. Kai Uwe Rommel 
  24. rommel@lan.informatik.tu-muenchen.dbp.de
  25.