Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 626 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 626 Bytes

Overview

Screenshot of the k4dirstat UI, with the 'tree view' at the top and the 'treemap view' at the bottom

See the wiki.

Building

First install Qt 5 and KDE Framework 5 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 libkf5doctools-dev libkf5kio-dev

Then run cmake:

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