BUILD DEPENDENCY: qmake6, make, qt6-base-dev, qt6-webengine-dev, libespeak-ng-dev

Recommended for installation: libespeak-ng1

'forwords' is written with Qt-6.

To build the programme:
1 unpack archive.
2 cd <source folder>
3 qmake6 -makefile
4 make

To install the programme:
1 cd <source folder>
2 sudo make install INSTALL_ROOT=/usr/local

To uninstall the programme:
1 cd <source folder>
2 sudo make uninstall INSTALL_ROOT=/usr/local

In example above, files are installed in /usr/local/(bin, share, man) folders
You have to pass INSTALL_ROOT variable value to 'make' explicitly.
Check the 'forwords.pro' file for more details.
