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