mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 18:32:51 +00:00
15 lines
314 B
Text
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.
|