                         JuK README - March 20, 2003
================================================================================

My personal efforts with JuK are currently targeted torwards "core"
functionality.  JuK 2.0, the next major release of JuK will see a somewhat
redesigned GUI, incremental search, vfolders, configurable key bindings, the
ability to edit the genre list, guessing meta info from online data or file
names and replacing the id3lib dependancy with TagLib (another project of mine).

As you can guess these things are enough to keep me busy.  Fortunately a number
of new developers have started helping with JuK since the 1.0 release and JuK's
move into KDE CVS.  (JuK will be a part of KDE 3.2.)

If you are interested in getting involved with JuK development, please check out
the kdemultimedia module of KDE CVS.  To get just JuK from CVS you can use the
following commands:

export CVSROOT=:pserver:anonymous@anoncvs.kde.org:/home/kde
cvs login
cvs co -l kdemultimedia
cd kdemultimedia
cvs co admin
cvs up juk

Then to build JuK from CVS:

make -f Makefile.cvs && ./configure && make && su -c make install

You can update JuK to current CVS by doing a "cvs up" in the juk subdirectory.
Also, you can generate patches to JuK by doing a "cvs diff" from the same
directory.  If you are building against KDE 3.1 (rather than CVS HEAD).  You may
want to use JuK's configure.in.in file from JuK 1.x.  You can get this by using
"cvs up -r JUK_1_BRANCH configure.in.in"

Report bugs and feature requests at:  http://bugs.kde.org/wizard.cgi

Thanks and have fun!

================================================================================

Scott Wheeler <wheeler@kde.org>
