diff --git a/install-screenshot-helper.sh b/install-screenshot-helper.sh new file mode 100755 index 0000000..f62fe37 --- /dev/null +++ b/install-screenshot-helper.sh @@ -0,0 +1,8 @@ +#!/bin/sh +if [ -d "build" ]; then + rm -rf build +fi + +cmake -B build -S . -DCMAKE_INSTALL_PREFIX=~/.local +cmake --build build +cmake --install build