From 72d13f915a84c1c0fae59fff90d60cd308c3ca77 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 20 Mar 2023 11:36:24 -0500 Subject: [PATCH] adding a build script --- build.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 build.sh diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..183a1ab --- /dev/null +++ b/build.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +cmake -B bld/ . +make -j8 --dir bld/ +rm -rf ~/.cache/librepresenter/Libre\ Presenter/qmlcache/