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

@@ -11,7 +11,8 @@ To develop Cthulhu without overwriting your system installation, use the provide
./build-local.sh
# Clean build and rebuild everything
./build-local.sh --clean
./clean-local.sh --build-only
./build-local.sh
```
This installs Cthulhu to `~/.local/bin/cthulhu` without touching your system installation.
@@ -98,10 +99,10 @@ git status
## Dependencies
- **Runtime**: python3, pygobject-3.0, pluggy, AT-SPI2
- **Build**: autotools, gettext, intltool
- **Build**: meson, ninja, gettext
- **Optional**: dasbus (for D-Bus service), BrlTTY, speech-dispatcher
Install build dependencies on Arch Linux:
```bash
sudo pacman -S autoconf automake intltool gettext python-dasbus
```
sudo pacman -S meson ninja gettext python-dasbus
```