Files
tstd/install_dynamic.sh

7 lines
121 B
Bash
Executable File

#!/bin/bash
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build
sudo cmake --install build
sudo ldconfig