4 lines
138 B
Bash
Executable file
4 lines
138 B
Bash
Executable file
rm CMakeCache.txt cmake_install.cmake Makefile install_manifest.txt
|
|
rm -rf CMakeFiles
|
|
cmake -DCMAKE_INSTALL_PREFIX=install .
|
|
make install
|