
Install korelib.
- Instructions for downloading and installing korelib can be found here:
  http://www.thekompany.com/projects/korelib/download.php3

Install tkwidgets.
- To install tkwidgets, unpack the tarball as root.

Ensure Qt is build with thread support.
Ensure QTDIR is set correctly as per Qt instructions.
Ensure PATH contains $QTDIR/bin

cd aethera
qmake quicksilver.pro
make
find ./ -name Makefile -print | xargs rm -f
qmake quicksilver.pro
make
su root -c 'make install'

