3. Getting it Installed

3.1. Getting Valgrind

Valgrind may be obtained from the following locations:

  1. http://developer.kde.org/~sewardj/

  2. http://freshmeat.net/projects/valgrind/

3.2. Installing

Uncompress, compile and install it:

             #tar xvfz valgrind-1.0.0.tar.gz
             #cd valgrind-1.0.0
             #./configure
             #make
             #make install

Add the path to your path variable. Now valgrind is ready to catch the bugs.