Upgrading to valgrind 3.7.0 since I'm on linux3

cat-town
Dan Buch 13 years ago
parent 5494981c64
commit c2d4d59032

1
.gitignore vendored

@ -32,3 +32,4 @@ ex8
ex9 ex9
.exrc .exrc
.rvmrc .rvmrc
valgrind-*

@ -1,14 +1,14 @@
# 1) Download it (use wget if you don't have curl) # 1) Download it (use wget if you don't have curl)
curl -O http://valgrind.org/downloads/valgrind-3.6.1.tar.bz2 curl -O http://valgrind.org/downloads/valgrind-3.7.0.tar.bz2
# use md5sum to make sure it matches the one on the site # use md5sum to make sure it matches the one on the site
md5sum valgrind-3.6.1.tar.bz2 md5sum valgrind-3.7.0.tar.bz2
# 2) Unpack it. # 2) Unpack it.
tar -xjvf valgrind-3.6.1.tar.bz2 tar -xjvf valgrind-3.7.0.tar.bz2
# cd into the newly created directory # cd into the newly created directory
cd valgrind-3.6.1 cd valgrind-3.7.0
# 3) configure it # 3) configure it
./configure ./configure

Loading…
Cancel
Save