Codebase list k4dirstat / upstream/3.1.3
upstream/3.1.3

Tree @upstream/3.1.3 (Download .tar.gz)

# Overview

See the [wiki](https://bitbucket.org/jeromerobert/k4dirstat/wiki/Home).

# Building

First install [Qt 5](http://www.qt.io) and [KDE Framework 5](https://www.kde.org) headers. On Debian and its derivatives it can be done with:

    apt-get install extra-cmake-modules qtbase5-dev libkf5coreaddons-dev libkf5i18n-dev libkf5xmlgui-dev kdoctools-dev kio-dev

Then run [cmake](http://www.cmake.org):

    cmake -DCMAKE_INSTALL_PREFIX=/path/where/to/install
    make install