On Thursday 11 December 2014 23:57:01 Wei Wen wrote:
> 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.

All of the above is horribly outdated. And, more importantly, it is probably 
not required for 99.999% of the people out there anyways. Just install 
kcachegrind via your distributions package manager. If you want to compile it 
from hand, here are the steps for the KDE4/Qt4 version:

git clone git://anongit.kde.org/kcachegrind
cd kcachegrind
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=<something> ..
make
make install

bye, HTH

-- 
Milian Wolff
m...@milianw.de
http://milianw.de

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to