Last active
July 25, 2025 21:44
-
-
Save jtilly/866ee2cc4baec369150a to your computer and use it in GitHub Desktop.
Revisions
-
jtilly revised this gist
Sep 27, 2016 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 \ -
jtilly created this gist
Dec 12, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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