From: <sv...@va...> - 2008-06-10 20:12:46
|
Author: cerion Date: 2006-07-15 11:14:39 +0100 (Sat, 15 Jul 2006) New Revision: 415 Log: vk req's update Modified: trunk/README Modified: trunk/README =================================================================== --- trunk/README 2006-07-13 10:53:17 UTC (rev 414) +++ trunk/README 2006-07-15 10:14:39 UTC (rev 415) @@ -13,15 +13,19 @@ svn co svn://svn.valgrind.org/valkyrie/trunk valkyrie +Requirements +~~~~~~~~~~~~ +Qt (v3.2.0 to v3.3.6) <http://www.trolltech.com> +Valgrind (>=v3.0.0) <http://www.valgrind.org> + + Executive Summary ~~~~~~~~~~~~~~~~~ -Valkyrie is a GPL'd graphical front-end to the Valgrind suite of tools -for debugging and profiling x86-Linux programs. +Valkyrie is a GPL'd graphical front-end to the Valgrind suite +of tools for debugging and profiling programs. -Valkyrie uses the Qt widget library <http://www.trolltech.com>, and -(should) run on any platform that - (a) Qt (>= v3.2.0) runs on, and - (b) Valgrind (>= v3.0.0) runs on. +Valkyrie uses the Qt widget library, and (should) run on any platform +that both Qt and Valgrind run on. To get the most out of Valkyrie, you must read the Valgrind documentation: <http://www.valgrind.org/docs/> |