home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / LIB / unix.zoo / read.me < prev    next >
Text File  |  2009-11-06  |  802b  |  23 lines

  1. Unix library for OS9/68000
  2. --------------------------
  3.  
  4. 1) Why do we (the 'os9er') need a UNIX library?
  5.    In the past we've ported a lot of UNIX sources to OS9. It was
  6.    almost a pain to change the UNIX specific function calls (like ioctl)
  7.    to their equivalent OS9 calls. So we build a set of functions to do
  8.    the nasty job.
  9.    This is NOT a complete UNIX library!
  10.  
  11. 2) Installation
  12.    a) copy the sources to YOUR prefered source directory
  13.    b) 'makdir' a RELS directory
  14.    c) create a directory 'UNIX' in the default 'DEFS' directory
  15.       (usually /H0/DEFS/UNIX)
  16.    d) copy the '*.h' files to the above created UNIX directory
  17.       (a few '*.h' files are used for 'curses')
  18.    e) edit the makefile (set the CFLAGS, change the directory names...)
  19.    f) enter 'make lib'
  20.  
  21. Lim (K. Schmitt) Nov 88
  22.  
  23.