repo/cmake/build

8 lines
179 B
Text
Raw Normal View History

2021-08-25 14:58:56 +03:00
wget https://github.com/Kitware/CMake/releases/download/v3.21.1/cmake-3.21.1.tar.gz
tar -xf cmake-3.21.1.tar.gz
cd cmake-3.21.1.tar.gz
2021-07-07 17:59:27 +03:00
./bootstrap
make
make DESTDIR="$1" install