Basic Installation

Requirements

  1. A Linux or FreeBSD compatible operating system.
  2. At least the Qt 3.3* development library.
  3. At least the Berkeley DB 4.1 database. FreeBSD users will have to use the 4.2 version due to compile issues and package availability.

Installing from source

For Linux users:
  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 create the Makefile)
  4. make
  5. make install (as root)
  6. Thats it.


For FreeBSD users:

  1. We have to set a few environment variables first in your shell. Enter this 'export QTDIR=/usr/X11R6' Then enter this 'export QMAKESPEC=/usr/local/share/qt/mkspecs/freebsd-g++' . Failure to set these variables properly will result in make errors.
  2. Unpack the Qtstalker source.
  3. ./configure (this will create the Makefile)
  4. make
  5. make install (as root)
  6. Thats it.


Binary package users can ignore this advice as this will be done automatically by the package installer.

Updating a previous version.

If you are updating from a previous source version already installed on your system, it is best that you first uninstall the previous version first before you install the upgraded version. Doing this will better ensure a problem-free upgrade. Many upgrade errors can be caused by old plugins and libraries hanging around complicating things. You can uninstall the old version by doing a 'make uninstall' from the root directory of the old source install.

Using the current development source.

See instructions for using CVS.

Back NextHome