A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://kcachegrind.github.io/html/Installation.html below:

Installation

Installation of Callgrind Unpack Callgrind into a directory and install it by running
  ./configure
  make
  make install (as "root" if needed)

This will find your Valgrind installation path and copy the new tool nearside. The script "callgrind" is supplied to run valgrind with the callgrind tool. It is the same as running "valgrind --tool=callgrind ...".

Installation of KCachegrind Requirements

KCachegrind will call some command line tools in the background. These are a runtime requirement, i.e. KCachegrind will warn you at runtime if they are not found. Follwoing packages should be installed:

Compilation and Installation

Make sure that you have installed KDE 3.x with according development packages. If you want to install KCachegrind in a system wide manner, get the global installation directory of KDE by running

  kde-config --prefix

Unpack the KCachegrind sources into a directory and install KCachegrind by running (supposing /opt/kde3 as your global KDE installation directory)

  ./configure --prefix=/opt/kde3
  make
  make install (as "root" if needed)

If you don't specify a prefix to "configure", KCachegrind will be installed into /usr/local/kde. If you don't have root permission, choose e.g. $HOME/kde as prefix. In this case, you have to set KDEDIR=$HOME/kde additionally. Put $HOME/kde/bin into your path, too.

Simple running "kcachegrind" should open an toplevel window with no trace loaded.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4