home *** CD-ROM | disk | FTP | other *** search
/ WADS of WADS / WadsOfWads.1994.zip / UNSORTED / IHHD.ZIP / README < prev    next >
Text File  |  1994-02-20  |  661b  |  25 lines

  1. READ ME FIRST for the IHHD dialer software
  2.  
  3. INSTALLATION
  4.  
  5.     Look at the Makefile and change the CFLAGS, LDFLAGS, and CC as
  6.     appropriate for your system.
  7.  
  8.     Type 'make' to build it.
  9.  
  10.     If you have problems with undefined external references for bcopy,
  11.     add the following line to the top of the file:
  12.  
  13.     #define bcopy(a, b, n)    memcpy(b, a, n)
  14.  
  15.     You may need to add #include <memory.h> above it.
  16.  
  17.     The mail archives have other hints about compilation problems.
  18.  
  19. TESTING
  20.     Try running 'dialer -rp 7 cactus.org'.  If you connect and can
  21.     type things and have them echoed back, then it looks like it's
  22.     going to work.
  23.  
  24.     See the contrib/8bittst software for further tests.
  25.