home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / txict100.zip / texicvt1.00 / build < prev    next >
Text File  |  1997-03-31  |  2KB  |  37 lines

  1. ================================================================================
  2.                         Texinfo converting Tools
  3.                          Release 1.00  28.03.97
  4.                        (c) 1996 by Andreas Kaiser
  5.                     (c) 1997 by Karl Heinz Marbaise
  6. ================================================================================
  7.              $Id: BUILD 1.3 1997/03/31 20:45:30 KHM Exp $
  8.  
  9.  
  10.  Building informations:
  11.  
  12.     o On linux you have to unpack this distribution with
  13.       InfoZIP's "unzip -a" to convert the cr+lf to lf.
  14.  
  15.     o If you would like to build the converters yourself
  16.       you have to get the following things:
  17.           GNU-Make on DOS, OS/2 or Linux
  18.           GNU-FLex 2.5.4 (newer does not work!!!, because of
  19.                           a bug in Flex 2.5.3)
  20.           GNU-GCC (for DOS; OS/2 emx version recomended,
  21.                    but djgpp should work).
  22.  
  23.     o If you would like to compile the distribution
  24.       then you have to go first into the source/gen
  25.       directory and call 'make' to compile the
  26.       str.a
  27.       (On linux "make OS=linux")
  28.       After that you can change to source directory
  29.       and call make(on Linux "make OS=linux") another
  30.       time to create the converters(texi2ipf.exe,
  31.       texihtml.exe, texi2rtf.exe)
  32.  
  33.     o While the tools are compiled there are much warnings,
  34.       that's ok, I'm working on that
  35.       Flex warns "-s option given, but default rule can be matched"
  36.       That ok. (I don't like it too).
  37.