forked from KDAB/GammaRay
-
Notifications
You must be signed in to change notification settings - Fork 0
Getting GammaRay
vkrause edited this page Jan 9, 2012
·
2 revisions
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.
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:
- Stable Releases: https://github.com/KDAB/GammaRay/tags
- Latest Development Snapshot: https://github.com/KDAB/GammaRay/zipball/master
Once you have the source code, follow the build instructions in Install.txt.