repo/cmake/build
2021-07-16 22:33:05 +02:00

7 lines
195 B
Text
Executable file

wget https://github.com/Kitware/CMake/releases/download/v3.21.0-rc2/cmake-3.21.0-rc2.tar.gz
tar -xf cmake-3.21.0-rc2.tar.gz
cd cmake-3.21.0-rc2.tar.gz
./bootstrap
make
make DESTDIR="$1" install