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.
   - Download http://www.trillinux.org/unkhle/hub_cache into the current 
   directory so unkhle can get connected to the network. Alternatively create 
   hub_cache manually and add a valid ip:port of a hub that is online.
   - 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)

