1. REQUIREMENTS 
   g++
   ZLib
   Boost C++ libraries

1.1 Ubuntu packages
    libboost-serialization-dev 
    zlibg1-dev (it's g_ONE_, not g_L_).

2. BUILDING
   untar archive
   run make
   edit manually file sharelin.conf to configure. You can rename 
   sharelin.conf_sample and edit it.
   run ./unkhle

3. USING
3.1. Command line options
     -h, --help          display help
     -d, --daemon        run in background
     -v n, --verbose n   set verbose level to n (use 2 or 4)
3.2. Telnet commands
     hc - show hub cache
     ss - show connected nodes
     settings - show settings
     verb n - set verbose level to n (use 2 or 4)
     exit - close telnet
     kill - kill core

