Basic Installation

Requirements

  1. A Linux or FreeBSD compatible operating system.
  2. At least the Qt 3.2* development library.

Installing from source

  1. Check to make sure you have your shell QTDIR environment variable set to point to the location of the root Qt directory. This setting is usually something like this: 'export QTDIR=/usr/lib/qt' or something similar to this. Failure to set this properly will result in make errors.
  2. Unpack the Qtstalker source.
  3. ./configure (this will compile the Berkeley DB lib and create the Makefile)
  4. make
  5. make install (as root)
  6. Thats it.