File: INSTALL

package info (click to toggle)
massif-visualizer 0.6~git20161031-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,312 kB
  • ctags: 526
  • sloc: cpp: 4,587; xml: 255; makefile: 25; sh: 15
file content (15 lines) | stat: -rw-r--r-- 314 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.