Fix install-deps

This commit is contained in:
boddicheg 2015-09-02 15:08:29 +03:00
parent 9f3ff3fab7
commit 9e41afa22f

View File

@ -1,5 +1,5 @@
wget http://www.cmake.org/files/v2.8/cmake-2.8.12.tar.gz wget http://www.cmake.org/files/v2.8/cmake-2.8.12.tar.gz
tar xzf http://www.cmake.org/files/v2.8/cmake-2.8.12.tar.gz tar xzf cmake-2.8.12.tar.gz
cd cmake-2.8.12 cd cmake-2.8.12
cmake . cmake .
make make