Tooth/install.sh
2022-11-17 01:46:12 +02:00

10 lines
119 B
Bash
Executable file

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