./src/readme

   RUSCONV  WHATRUS.
Compiling sources of RUSCONV and WHATRUS.

--------------------------------------------------------------------------

   UNIX (for UNIX):
gcc -D_FOR_UNIX_ rusconv.c
gcc -D_FOR_UNIX_ whatrus.c
   (or)
make all
make install

   Windows (for Windows):
bcc -WC -D_FOR_WIN_ rusconv.c
bcc -WC -D_FOR_WIN_ whatrus.c
   (or)
make_win.bat

   DOS (for DOS):
bcc -D_FOR_DOS_ rusconv.c
bcc -D_FOR_DOS_ whatrus.c
   (or)
make_dos.bat

  ,    ,   
  .   -  
UNIX-,     'make install'.
      
'/usr/local/bin/,  manual- -  'usr/local/man/man1/'.

  May be you should specify directories which contain standard
include files. If you a UNIX system administrator then it is very
good idea to use command 'make install'. Then binaries will be
copied to directory '/usr/local/bin', manual pages - to directory
'usr/local/man/man1/'.

--------------------------------------------------------------------------

  ./src/:
readme        -  
make_dos.bat  -     rusconv  whatrus  DOS
make_win.bat  -     rusconv  whatrus  Windows
Makefile      - make-file   rusconv  whatrus  UNIX
whatrus.c     -   whatrus
rusconv.c,  convfile.h,  errors.h,  filer.h,
from_to.h,  lostmem.h,  parser.h,  rusconv.h
              -   rusconv

Content of directory ./src/:
readme        - this file
make_dos.bat  - command script for compiling rusconv and whatrus for DOS
make_win.bat  - command script for compiling rusconv and whatrus for Windows
Makefile      - make-file for compiling rusconv and whatrus for UNIX
whatrus.c     - source text of whatrus
rusconv.c,  convfile.h,  errors.h,  filer.h,
from_to.h,  lostmem.h,  parser.h,  rusconv.h
              - source texts of rusconv

--------------------------------------------------------------------------

prof@beta.math.spbu.ru
http://beta.math.spbu.ru/~prof/w_re/

