Skip to content

Instantly share code, notes, and snippets.

@jtilly
Last active July 25, 2025 21:44
Show Gist options
  • Select an option

  • Save jtilly/866ee2cc4baec369150a to your computer and use it in GitHub Desktop.

Select an option

Save jtilly/866ee2cc4baec369150a to your computer and use it in GitHub Desktop.

Revisions

  1. jtilly revised this gist Sep 27, 2016. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions install.sh
    Original file line number Diff line number Diff line change
    @@ -3,6 +3,7 @@
    sudo apt-get install qt5-default
    wget http://kcachegrind.sourceforge.net/kcachegrind-0.7.4.tar.gz
    tar xvf kcachegrind-0.7.4.tar.gz
    cd kcachegrind-0.7.4
    qmake && make
    sudo install -m 755 qcachegrind/qcachegrind /usr/local/bin
    sudo install -m 644 qcachegrind/qcachegrind.desktop \
  2. jtilly created this gist Dec 12, 2015.
    13 changes: 13 additions & 0 deletions install.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    #!/bin/bash

    sudo apt-get install qt5-default
    wget http://kcachegrind.sourceforge.net/kcachegrind-0.7.4.tar.gz
    tar xvf kcachegrind-0.7.4.tar.gz
    qmake && make
    sudo install -m 755 qcachegrind/qcachegrind /usr/local/bin
    sudo install -m 644 qcachegrind/qcachegrind.desktop \
    /usr/local/share/applications/
    sudo install -m 644 kcachegrind/hi32-app-kcachegrind.png \
    /usr/local/share/icons/hicolor/32x32/apps/kcachegrind.png
    sudo install -m 644 kcachegrind/hi48-app-kcachegrind.png \
    /usr/local/share/icons/hicolor/48x48/apps/kcachegrind.png