home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / cweb / cwebbin / CWEB / ReadMe < prev   
Encoding:
Text File  |  1996-11-22  |  1.2 KB  |  47 lines

  1.                                  CWEB 3.4g
  2.                                  =========
  3.  
  4.                       Ported to RISC OS by Reuben Thomas
  5.  
  6.  
  7. This file only contains material specific to the RISC OS port; for the rest
  8. you should read the other documentation provided.
  9.  
  10. The sources came from CTAN (ftp.tex.ac.uk in my case).
  11.  
  12.  
  13. Usage
  14. ~~~~~
  15.  
  16. The cweave and ctangle binaries should be copied into a directory in
  17. Run$Path; if you use armTeX then !TeX.Bin is a good place.
  18.  
  19.  
  20. Known problems
  21. ~~~~~~~~~~~~~~
  22.  
  23. None I know of, but I'm sure there are some; please tell me.
  24.  
  25. .w and .ch files are usually stored like C files (i.e. "foo.w" is stored as
  26. file "foo" in directory "w". To get ctangle and cweave to perform the correct
  27. filename conversion, you must execute the command
  28.  
  29. Set UnixFS$sfix "a:c:cc:f:h:i:l:o:p:s:y:w:ch"
  30.  
  31. or if you use GCC add ":w:ch" to the Set UnixFS$sfix command in !GCC.!Run.
  32.  
  33.  
  34. Acknowledgements
  35. ~~~~~~~~~~~~~~~~
  36.  
  37. I really haven't done much. All credit should go to the authors of the
  38. program, to Nick Burrett for porting GCC to RISC OS, and to Huw Rogers and
  39. Simon Callan for making it so easy to port Unix programs by making UnixLib.
  40. All blame is mine, though.
  41.  
  42.  
  43. The porter
  44. ~~~~~~~~~~
  45.  
  46. I am contactable until July 1998 at least at rrt1001@cam.ac.uk
  47.