|
From: Wei W. <wei...@gm...> - 2014-12-12 04:57:08
|
Hello, I was trying to install KCachegrind so that I can view the data generated by callgrind graphically. However, the webpage for KCachegrind seems very old. It says that in order to install KCachegrind, two more installations are needed: (1) Qt 3.x (with development package), and (2) KDE libraries (kdelibs) from KDE 3.0.x or KDE 3.1.x or KDE 3.2.x (with development package). For the first software, I already have it installed,, but it is version 5. I installed it using its online installer and am not sure if it includes the development package. For the second software, I am not sure if the KDE here means the KDE desktop that is similiar to GNOME. If it is, then I have it installed, but I don't know where its path is. In KCachegrind website: http://kcachegrind.sourceforge.net/cgi-bin/show.cgi/KcacheGrindInstallation, the installation steps for KCachegrind is: ./configure --prefix=/opt/kde3 make make install (as "root" if needed) I am stuck on step one. I didn't include "--prefix" since I don't know the path, and my KDE may not be kde3. The error I have is something like X is not found. I don't know what that means. If I continue with "make", then it says that there is nothing to make. I think there is no makefile. Does anyone know how to install KCachegrind? Any help is greatly appreciated. Sincerely, Wei Wen |