Tooth/install.sh
Bleak Grey 15b8f4a0c2
feat(meson): devel option (#55)
* Add new development flatpak manifest

* feat(ci): use devel manifest

* feat(meson): check if git is available

* feat(meson): pass 'check' to run_command

there was a warning

* chore: install.sh should build devel

* fix(meson_options): profile => devel

Co-authored-by: Evangelos Paterakis <evan@geopjr.dev>
2023-01-12 21:20:11 +02:00

11 lines
160 B
Bash
Executable file

#! /bin/sh
set -e
meson setup build --prefix=/usr
meson configure build -Ddevel=true
cd build
ninja
sudo ninja install
# gdb dev.geopjr.tooth
dev.geopjr.tooth