valgrind相关
-
valgrind安装方法
- 安装,prefix选项是为了非root用户的安装
./configure --prefix=$HOME/valgrind make make install
- 配置
step 1:修改~/.bash_profile export PATH=$HOME/valgrind/bin:$PATH step 2:执行source ~/.bash_profile step 3:valgrind --version 正确输出版本号即可
./configure --prefix=$HOME/valgrind make make install
step 1:修改~/.bash_profile export PATH=$HOME/valgrind/bin:$PATH step 2:执行source ~/.bash_profile step 3:valgrind --version 正确输出版本号即可