This is Version 0.2.2 of ktl - October 2009
ktl ("KluppeTimeLine") is a graphical score system.
To compile and install ktl do the following:
you will need a working c compiler and the automake suite
you will need the developer packages for the following libraries:
libgnome2, libgnomeui, libglade2, liblo0, libxml2, libgnomecanvas2, libgtk2.0, libcwiid1
on my debian system these packages can be installed by typing (as root)
# apt-get install gcc autoconf intltool libtool automake autogen liblo0-dev libgtk2.0-dev libxml2-dev libgnomecanvas2-dev libcwiid1-dev libgnome2-dev libgnomeui-dev libglade2-dev
once you have everything in place:
unzip the sources e.g.
tar -xvjf ktl.0.2.tar.bz2
cd into ktl root dir
$ cd ktl
type
$ ./autogen.sh
on success type
$ make
to install ktl at the bin/ dir and the needed libraries at lib/ (by default this is /usr/local/bin and /usr/local/lib)
type (as root)
# make install
now you can start ktl by just typing
$ ktl
enjoy!!!
if you have troubles or questions installing ktl, find bugs or have ideas for features please write to:
kluppe at klingt dot org
Dieter Kovacic