glfw/install-deps.sh
2015-09-02 15:19:48 +03:00

7 lines
132 B
Bash

wget 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
cmake .
make
sudo make install