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 >
Wrap
Text File
|
2009-11-06
|
802b
|
23 lines
Unix library for OS9/68000
--------------------------
1) Why do we (the 'os9er') need a UNIX library?
In the past we've ported a lot of UNIX sources to OS9. It was
almost a pain to change the UNIX specific function calls (like ioctl)
to their equivalent OS9 calls. So we build a set of functions to do
the nasty job.
This is NOT a complete UNIX library!
2) Installation
a) copy the sources to YOUR prefered source directory
b) 'makdir' a RELS directory
c) create a directory 'UNIX' in the default 'DEFS' directory
(usually /H0/DEFS/UNIX)
d) copy the '*.h' files to the above created UNIX directory
(a few '*.h' files are used for 'curses')
e) edit the makefile (set the CFLAGS, change the directory names...)
f) enter 'make lib'
Lim (K. Schmitt) Nov 88