home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / s / stex2-18.zip / SeeTeX / Tex3b1 / README < prev    next >
Text File  |  1990-07-09  |  1KB  |  32 lines

  1. To make tex3b1 you need to first check the Makefile and edit it as
  2. necessary.  Then type make.  It should all work.
  3.  
  4. If you can arrange it, link with -lmalloc.  This will require using
  5. something like "shcc" if you also want the shared library.  I find
  6. tex3b1 is somewhat quicker than with the "standard" version of malloc.
  7.  
  8. Further comments from the Author.
  9. ----------------------------------------------------------------------
  10.  
  11. From: andy@csvax.caltech.edu (Andy Fyfe)
  12. To: grunwald@foobar.Colorado.EDU
  13. Subject: Re:  fix to dvistuff.c from SeeTeX 2.15.1
  14. Date: Mon, 7 May 90 16:50:38 PDT
  15.  
  16. I've bundled up a shar archive that I hope can be easily integrated into
  17. the current SeeTeX distrubution.  It's 2 directories, tex3b1 which contains
  18. the tex3b1 sources, and libtex which contains Makefile.3b1 and libtex.patches.
  19. I made the makefile in tex3b1 automatically call make in the libtex directory.
  20. I was hoping to just override the make variables and use the existing
  21. Makefile, but it would insist on calling imake to make a new makefile when
  22. compiling font.c.  So I gave in and made my own.  The patches change the
  23. #include's for 2 of the libtex source files (under the direction of
  24. #ifdef unixpc).  Seek.c needs to include <fcntl.h> instead of <sys/fcntl.h>
  25. and font.c needs to include <unistd.h> (in order to get the definition for
  26. R_OK).
  27.  
  28. If this is not what you need let me know so I can fix it up.
  29.  
  30. Andy Fyfe                andy@csvax.caltech.edu
  31.  
  32.