Basic Installation
==================

This package contains an executable (K8ktest) so there is no need to
compile. You must, however have Qt 3.x.x installed.

In order to compile K8ktest, you must have the following installed

- Qt development >= 3.x.x (http://www.troll.no)
- libk8000 >= 2.1.1.
  (http://struyve.mine.nu:8080/pageloader.pl?block=k8000)

  1. unpack the package
     $ tar -zxvf k8ktest-<version>.tar.gz

  2. change to the package directory
     $ cd k8ktest

  3. set QTDIR variable (/usr/lib/qt3 in my case)
  	$ export QTDIR=/usr/lib/<your-qt-base-dir>
  	
  4. set LD_LIBRARY_PATH (not needed to compile but needed in some
     configurations to run k8ktest)
    $ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$QTDIR/lib
  	
  4. Type `make' to compile the package.
    $ make

  5. You can remove the program binaries and object files from the
     source code directory by typing `make clean'.  

