Speech history plugin added. Code and documentation audit completed. Preparing for tagged release.

This commit is contained in:
Storm Dragon
2025-12-22 19:43:41 -05:00
parent 10b3592173
commit 200faa9e36
19 changed files with 773 additions and 367 deletions

View File

@@ -1,9 +1,7 @@
#!/bin/sh
set -eux -o pipefail
set -eux
mkdir -p _build
cd _build
../autogen.sh --prefix=/usr
make
make install
meson setup _build --prefix=/usr --buildtype=debugoptimized
meson compile -C _build
meson install -C _build