TaskJuggler consists of several modular components that you might need or not. TaskJuggler also uses some additional tools. We have avoided to re-invent the wheel again wherever possible, at the same time we tried to keep the dependency list reasonably small. Nevertheless can it be challenging to the unexperienced 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 version 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 9.1, 9.2 and 9.3 on various hardware platforms.
With version 2.1 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-ends make use of the libraries of the K Desktop Environment. We recommend to use at least version 3.4. Earlier version 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 3.2 to develop TaskJuggler. Since we try to write the code platform independent and ANSI standard compliant it should work with other compilers as well.
These requirements are enough to build and use the command line program that translates project descriptions into HTML or XML reports. If you want to built this documentation or use the tools to process the XML files you need to take care of 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.
Serveral 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.