Tooth/install.sh
2022-12-23 01:16:00 +02:00

10 lines
125 B
Bash
Executable file

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