(or just run this script —you will be asked for your sudo password to install packages.)
This document offers instructions with exactly one set of options; to explore more options, see INSTALL.
For simple install instructions for MS Windows, see SIMPLEINSTALL.
If any of the following fails, please write me, copy/pasting all errors you find into the Email.
To run these commands, open a terminal, and copy/paste the command, then hit enter.You may need put in your sudo/administrator password.
Run the following commands:
sudo apt-get install git python3-tk python3-pip portaudio19-dev texlive-xetex
. (This last one is a large download)python3 -m pip install pyaudio lxml Pillow
cd;git clone https://github.com/kent-rasmussen/azt.git;cd -
Verify that you have Charis SIL on your system by running the following command:
fc-list|grep Charis
If that doesn't return any results, run the following command:
sudo apt-get install fonts-sil-charis
If that throws an error, you may need to first install the SIL packages repository
Run this command: cd;git clone https://github.com/kent-rasmussen/azt.git
.
- Download this file. If asked, save it to your "Downloads" folder.
- Run the following commands:
cp $HOME/Downloads/azt.desktop $HOME/.local/share/applications/
sudo desktop-file-validate $HOME/.local/share/applications/azt.desktop
sudo update-desktop-database
gio set $HOME/.local/share/applications/azt.desktop metadata::trusted true
chmod a+x $HOME/.local/share/applications/azt.desktop
ln $HOME/.local/share/applications/azt.desktop $HOME/Desktop/
- Click on the link on your desktop to run A-Z+T
- Celebrate your accomplishment; you're done installing A-Z+T!
- Read TASKS for a quick orientation to A-Z+T, or find more info in USAGE.
- Send me information on any bugs you find, so I can help you and improve the program for others.
run this command: sudo apt-get install mercurial
Ask someone to help you install the XMLmind XML Editor (XXE) (see INSTALL).
Run the command cd $HOME/azt;git pull;cd -
.