Requirements:
    
    Qt4
    cmake

Supported (tested) platforms:
    
    Linux
    *BSD
    Mac OS X

Build:
    
    "out of source buld" is strongly recomended (and fully supported)
    http://www.cmake.org/Wiki/CMake_FAQ#Out-of-source_build_trees
    
    1) cd builddir
    2) cmake path/to/sourcetree
    3) make
    4) optional: make install
    
    Read cmake docs to fine tune the build process (CMAKE_INSTALL_PREFIX...)

