
OK, I haven't even written an installation script yet.  Here is the
steps you need to install these.


First, if you didn't already extract the files as root, do:

  umask 0
  tar xvvfpz termnet-2.0.4-Linux-bin.tar.gz 
  cd termnet

Next as root:

  umask 0
  cp -a ./lib/* /usr/local/lib ; ldconfig
  cp -a ./bin/* /usr/local/bin
  cp -a ./man/* /usr/man/man1
  cp -a ./etc/* /etc

If your file structure is different, you'll need to change these commands
respectively to reflect the directories you wish to use.  Finially, edit
/etc/rc.d/rc.inet1 and /etc/hosts and change your hostname from "k9" to 
whatever you use.  I'm using these files with Slackware 1.2.0.  Finially,
replace the /etc/termrc file with whatever you need to use.

Here are the libraries I'm using with some of these programs:
	libtermnet.so.2 (DLL Jump 2.0) => /usr/local/lib/libtermnet.so.2.00.04
	libXaw.so.3 (DLL Jump 3.1) => /usr/X11/lib/libXaw.so.3.1.0
	libXt.so.3 (DLL Jump 3.1) => /usr/X11/lib/libXt.so.3.1.0
	libX11.so.3 (DLL Jump 3.1) => /usr/X11/lib/libX11.so.3.1.0
	libc.so.4 (DLL Jump 4.5pl24) => /lib/libc.so.4.5.24

The libtermnet.so.2 is included.

                                  Bill

