Speech history plugin added. Code and documentation audit completed. Preparing for tagged release.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user