These files are binary. To use these, your system must be
binary-compatible with the system to be used to install.

The result of uname -a on the system is
  Linux co-H1-146.kornet.nm.kr 2.0.29 #1 Mon Dec 2 22:11:19 KST 1996 i586


This library is based on X11R6.3
This works for almost X applications for Hangul I/O
except some (idraw, hanterm, ...) on Hangul Input.
refer USAGE about this problem.

----------------------------------------------------


This explains the detail of install.sh

Library

    comment:
	    This file is not in the HanX minimum package for Linux.

    file name:
	    libHanX11.a

    directory to be installed:
            /usr/X11R6/lib

    install:
            # rename original library to other name
	    mv /usr/X11R6/lib/libX11.a /usr/X11R6/lib/libX11.a.orig

            # copy HanX shared library to /usr/lib
            cp libHanX11.a /usr/X11R6/lib/libHanX11.a

            # link symbolically it to normal X library name
            ln -s /usr/X11R6/lib/libHanX11.a /usr/X11R6/lib/libX11.a

    uninstall:
            # remove the link
            rm /usr/X11R6/lib/libX11.a

	    # relink to original library
	    ln -s /usr/X11R6/lib/libX11.a.orig /usr/X11R6/lib/libX11.a

	    # remove HanX library if you want
	    rm /usr/X11R6/lib/libHanX11.a

    
Shared Library

    file name:
	    libHanX11.so.6.3

    directory to be installed:
	    /usr/X11R6/lib

    install:
            # make old directory
            mkdir /usr/X11R6/lib/old

            # move original library files to old directory
	    mv /usr/X11R6/lib/libX11.so.6.3 /usr/X11R6/lib/old/

            # copy HanX shared library to /usr/X11R6/lib
            cp libHanX11.so.6.3 /usr/X11R6/lib/

            # link symbolically to normal X library name
            ln -s /usr/X11R6/lib/libHanX11.so.6.3 /usr/X11R6/lib/libX11.so.6.3
            ln -s /usr/X11R6/lib/libHanX11.so.6.3 /usr/X11R6/lib/libX11.so.6
            ln -s /usr/X11R6/lib/libHanX11.so.6.3 /usr/X11R6/lib/libX11.so
            ldconfig

    uninstall:
            # remove the link
            rm /usr/X11R6/lib/libX11.6.3
             
            # move original library to /usr/X11R6/lib
            mv /usr/X11R6/lib/old/libX11.so.6.3 /usr/X11R6/lib

	    # relink to original library
            ln -s /usr/X11R6/lib/lib.so.6.3 /usr/X11R6/lib/libX11.so.6
            ln -s /usr/X11R6/lib/lib.so.6.3 /usr/X11R6/lib/libX11.so
            ldconfig

	    # remove HanX library if you want
	    rm /usr/X11R6/lib/libHanX11.so.6.3


HanX Status Window

    file name:
	    HanXStatus

    directory to be installed:
            /usr/bin/X11 or /usr/local/bin

    install:
            # install the program
            install -s -m 755 -o root -g bin HanXStatus /usr/bin/X11
