Skip to content
vkrause edited this page Jan 9, 2012 · 2 revisions

Getting GammaRay

Download Pre-Compiled Packages

Since GammaRay needs to be compiled for exactly the Qt version you are using in the application you are debugging (and on most platforms even with the same compiler and compiler settings), the pre-compiled packages are only useable in combination with the corresponding Qt. For Linux packages that is usually the standard Qt packages of that distribution.

Building From Source

Easist way to get the source is cloning the Git repository:

git clone git://github.com/KDAB/GammaRay.git

A ZIP download is also available:

Once you have the source code, follow the build instructions in Install.txt.

Clone this wiki locally