_installing taskjuggler_
Last modified on : 21.07.2008
First install QT3, libjpeg and libpng with fink
Then compile TaskJuggler on MacosX by using these commands:
export QTDIR=/sw/lib/qt3
export LDFLAGS=-L/sw/lib
export CPPFLAGS=-I/sw/include
glibtoolize --force
aclocal
./configure --prefix=/usr/local --enable-mac --with-kde-support=no
--with-extra-libs=/sw/lib --with-extra-includes=/sw/include
then using make and sudo make install finished the building and installation job
