Aeneas/SAB¶
Aeneas¶
- Install Ubuntu 22.04 on WSL
- Install aeneas dependencies
- Install aeneas itself
Note
You must use an older version of python because of a deprecated dependency (numpy misc_util) in newer versions.
sudo apt update && sudo apt upgrade -y
sudo apt install software-properties-common -y
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt install espeak espeak-data libespeak1 libespeak-dev ffmpeg -y
sudo apt install python3.10 python3.10-venv libpython3.10-dev build-essential gcc libpq-dev -y
python3.10 -m venv aeneasenv2
source aeneasenv2/bin/activate
pip install numpy
pip install aeneas
Info
It looks like someone has forked aeneas and updated it to work with newer versions of numpy/python: https://github.com/naglis/aeneas
Scripture App Builder¶
Install scripture app builder from https://packages.sil.org/ :
(wget -O- https://packages.sil.org/keys/pso-keyring-2016.gpg | sudo tee /etc/apt/trusted.gpg.d/pso-keyring-2016.gpg)&>/dev/null
(. /etc/os-release && sudo tee /etc/apt/sources.list.d/packages-sil-org.list>/dev/null <<< "deb http://packages.sil.org/$ID $VERSION_CODENAME main")
sudo apt update
sudo apt install scripture-app-builder
Install WSL2 from the Windows Store to enable GUI programs, then run scripture-app-builder & to open Scripture App Builder.