Warning, /sdk/massif-visualizer/INSTALL is written in an unsupported language. File is not indexed.

0001 Build requirements:
0002 
0003 - kdelibs headers from KDE4
0004 - optional: kgraphviewer 2.1: http://kde-apps.org/content/show.php/KGraphViewer+and+KGraphEditor?content=23999
0005 
0006 When you got all this, you simply do the usual CMake run:
0007 
0008 cd massif-visualizer
0009 mkdir build
0010 cd build
0011 cmake ..
0012 make
0013 sudo make install
0014 
0015 That should be it.