Upgrading to valgrind 3.7.0 since I'm on linux3

This commit is contained in:
Dan Buch 2012-02-12 13:24:31 -05:00
parent 5494981c64
commit c2d4d59032
2 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View File

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

8
ex4.sh
View File

@ -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