repo/cmake/build
2021-08-25 13:58:56 +02:00

7 lines
179 B
Text
Executable file

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
./bootstrap
make
make DESTDIR="$1" install