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:
parent
0005d22bd1
commit
959503a69f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue