mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 05:36:35 +00:00
7 lines
127 B
Bash
7 lines
127 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
|
|
make install
|