Update ubuntu-12.04-detailed.md

- add ppa to install latest version of cmake. old version which came with ubuntu-12.04 has a problem with valgrind.
[skip ci]
This commit is contained in:
Soonho Kong 2013-09-19 11:49:04 -07:00
parent 0005d22bd1
commit 959503a69f

View file

@ -6,6 +6,7 @@ Preparing working environment on Ubuntu 12.04
sudo apt-get install git
sudo apt-get install libgmp-dev
sudo apt-get install libmpfr-dev
sudo add-apt-repository ppa:kalakris/cmake -y
sudo apt-get install cmake
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y