Skip to content

Commit

Permalink
Add screenshot helper install script
Browse files Browse the repository at this point in the history
  • Loading branch information
luisbocanegra committed Mar 23, 2024
1 parent 9ace2f9 commit b2f99bc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions install-screenshot-helper.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b2f99bc

Please sign in to comment.