adding a build script
This commit is contained in:
parent
3809e697e8
commit
72d13f915a
1 changed files with 5 additions and 0 deletions
5
build.sh
Normal file
5
build.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
cmake -B bld/ .
|
||||
make -j8 --dir bld/
|
||||
rm -rf ~/.cache/librepresenter/Libre\ Presenter/qmlcache/
|
Loading…
Add table
Add a link
Reference in a new issue