Notes : if you have something to change, check out koalatalk.defs
first and do xmkmf.

To compile for SunOS4:
----------------------
      cd src
      xmkmf
      make Makefiles
      make all

If you are not using Motif 2.x and you don't have libXpm.a, you should remove
-lXpm from ktmon/Imakefile before compiling.

You might have to modify src/koalatalk.defs (to choose the compiler for
example, default is "gcc-2.6.0").

To compile for other than SunOS4:
---------------------------------
      cd config
      rm koalatalk.defs
      ln -s koalatalk.defs.<arch> koalatalk.defs
      cd ..
      (same as SunOS4)


To install :
------------
You might want to change $DESTDIR first (default is /tmp/koalatalk) in
the first lines of config/koalatalk.defs
Then, still in src/, type
      make install

In order to use ktmon, you will have to copy app-defaults/Ktmon in
your app-defaults directory.


To try :
--------

launch ktserv
launch ktmon/ktmon


