File: INSTALL

package info (click to toggle)
forwords 1.0.6-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 1,216 kB
  • sloc: cpp: 1,862; xml: 84; makefile: 8
file content (23 lines) | stat: -rw-r--r-- 633 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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.