kde-playground/massif-visualizer/INSTALL
2015-09-30 16:47:20 +03:00

15 lines
314 B
Text

Build requirements:
- kdelibs headers from KDE4
- optional: kgraphviewer 2.1: http://kde-apps.org/content/show.php/KGraphViewer+and+KGraphEditor?content=23999
When you got all this, you simply do the usual CMake run:
cd massif-visualizer
mkdir build
cd build
cmake ..
make
sudo make install
That should be it.