Tooth/install.sh
2023-02-24 06:15:06 +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