#***************************************************************************
#                        INSTALL  -  description
#                             -------------------
#    title                : KTrafficAnalyzer
#    version              : 0.5.4
#    release-date         : 31.07.2010
#    copyright            : (C) 2003-2010 by Wolfgang 'Vir@s' Koller
#    email                : viras@users.sourceforge.net
#***************************************************************************

#***************************************************************************
#*                                                                         *
#*   This program is free software; you can redistribute it and/or modify  *
#*   it under the terms of the GNU General Public License as published by  *
#*   the Free Software Foundation; either version 2 of the License, or     *
#*   (at your option) any later version.                                   *
#*                                                                         *
#***************************************************************************

Requirements:
=============
- Tested under KDE 4.4 - it might work under other KDE versions as well (it
  most propably will), but I wont guarantee it.

Installation:
=============
Since version 0.5.1 KTA uses the CMake structure.
So here is how it's done:

shell> cmake .
shell> make

If no error occurs you will find the KTrafficAnalyzer binary in the current
directory. Now you can install it into your kde/bin folder by running:

shell> make install

NOTE: You have to be root in order to do that

Uninstall:
==========
Just run "make uninstall" in order to uninstall KTrafficAnalyzer:

shell> make uninstall

NOTE: You have to be root in order to do that

Troubleshooting:
================
If you get any command not found errors, make sure you have both KDE and QT
installed (including the devel packages).

Usage:
======
Just start it, the rest is pretty self explanatory. In the settings dialog
you can set the colors for up and download and select the interface you want
to display the traffic for.
The stats dialog shows you a list of daily stats (the up-/downloads and totals for each
day). In addition you can get also view a list of monthly stats.

Known issues:
=============
- None atm :)

Special Thanks:
===============
Jan - For pointing out an issue with the Makefiles
Storm - For doing massive beta testing
Aldin - For providing constant feedback
All the other people helping me with ideas and reporting bugs

Well that's it,
Hf,
Wolfi ~ alias Vir@s

PS: Bugs, comments, tips, hints, whatever: viras@users.sourceforge.net
