home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume26 / socket / INSTALL < prev    next >
Encoding:
Text File  |  1992-09-07  |  1.1 KB  |  31 lines

  1. -*- text -*-
  2.  
  3. Socket-1.1 runs on these platforms:
  4.  
  5.   - AT 386, ISC 3.0            (*)
  6.   - CDC 4680, EP/IX 1.4.1.        (*)
  7.   - DECstation 3100, Ultrix 4.0
  8.   - HP-UX 7.0, 8.0            (*)
  9.   - IBM RS 6000, AIX 3.1.5
  10.   - MicroVAX II, 4.3 BSD        (*)
  11.   - SGI Iris, Irix 3.3.1
  12.   - Sequent, DYNIX v.3.0.7        (*)
  13.   - Sun SPARCstation II, SunOS 4.1.2
  14.   - System V Rel. 4            (*)
  15.  
  16. The platforms marked with "(*)" require minor editing of the Makefile.
  17. Instructions are included near the beginning of the Makefile. Edit as
  18. necessary and type "make install". This builds the program and
  19. installs the executable as /usr/local/bin/socket and the manual page
  20. as /usr/local/man/man1/socket.1.
  21.  
  22. Socket relies on some Berkeleyisms in signal, process, and IO
  23. handling, so porting it to (other) non-BSD-derived platforms may be
  24. difficult.  I am interested in any changes you make to port the
  25. program to a new platform.  Please send them back to me so I can merge
  26. them into a later release.
  27.  
  28. The Makefile is not suitable for development since it doesn't include
  29. the dependencies. (I use the Shape Toolkit for development.)
  30. To correct this, include the file Dependencies into the Makefile.
  31.