The TaskJuggler Manual | ||
---|---|---|
Prev | Chapter 2. Installation | Next |
TaskJuggler consists of several modular components that you may or may not need. TaskJuggler also uses some additional tools. We have avoided to re-invent the wheel wherever possible. We tried to keep the dependency list reasonably small, but it nevertheless can be challenging for an inexperienced user to build and install TaskJuggler from source code. Most users are probably better served by using binary packages from their distributor. Almost every mainstream distribution has TaskJuggler included in recent versions of their product. If not, you might like to contact them to inform them that they are missing an essential package.
This version of TaskJuggler was built and tested on SuSE Linux 10.0 and 10.1 on various hardware platforms.
With version 2.2 came a new graphical front-end. It's an integrated project management environment.
The front-end is called TaskJugglerUI. Don't confuse this with taskjuggler, which is the commandline version. When you want to start TaskJugglerUI from a shell, you need to type it with the capital letters.
The graphical front-end makes use of the libraries of the K Desktop Environment. We recommend to use at least version 3.4. Earlier versions will probably work as well, but we have not tested them.
To build and run TaskJuggler, you need:
Qt — The Qt C++ class library version 3.3 or higher
GNU Compiler Collection — We are currently using GCC 4.0 to develop TaskJuggler. Since we try to write the code platform independent and ANSI standard compliant it should work with most other compilers as well.
The requirements listed are enough to build and use the command line program that translates project descriptions into HTML or XML reports. If you want to build this documentation or use the tools to process the XML files you need to install the additional dependencies. If any of the following dependencies are not matched, the configure script will issue a warning but will not fail.
DocBook4 — The DocBook system with additional stylesheets and utilities.
docbook-utils— The jade wrapper scripts from Eric Bischoff.
OpenJade — The OpenJade system.
JadeTeX — If you want to build the Postscript version of the documentation you need the JadeTeX macro package for teTeX.
XSLT Processor — like xsltproc from the libxslt package.
Meinproc — the XSLT processor for the KDE Helpcenter. You only need meinproc in case you want to build the GUI. meinproc is part of any KDE distribution.
dvips — This is usually part of your TeX system like te_latex.
Several people have contributed useful tools for TaskJuggler users. These tools can be found in the Contrib directory of the source code package. Please refer to the included README files for installation information.