mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 13:46:37 +00:00
7 lines
132 B
Bash
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
|