The TaskJuggler Manual | ||
---|---|---|
Prev | Chapter 2. Installation | Next |
Before compiling TaskJuggler you need to set the QTDIR environment variable to the base directory of your Qt version. This is normally /usr/lib64/qt3 or /usr/lib/qt3.
To compile and install TaskJuggler on your system, type the following in the base directory of the TaskJuggler distribution:
% ./configure % make % make install
Since TaskJuggler uses autoconf, you should have no trouble compiling it. TaskJuggler has some weak or non-mandatory dependencies. If any of these are not satisfied, a warning is issued. In case a mandatory dependency is not found, an error is displayed and the configuration program stops. If you have problems, please report them to the TaskJuggler user forum at http://www.taskjuggler.org/FUDforum2 in English. Someone there can help you out.
In case you want to build TaskJuggler without the graphical front-end, you can disable it during the configuration process:
% ./configure --with-kde-support=no --prefix=/usr/local % make % make install