Skip to content

Commit

Permalink
Add TTS Qt packages to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed Jan 2, 2025
1 parent 4b4dc86 commit 14b9df2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ Install needed packages (on Ubuntu 22.04+):

```bash
sudo apt install qt6-base-dev qt6-base-dev-tools qt6-webengine-dev \
libqt6webenginecore6-bin libqt6svg6
libqt6webenginecore6-bin libqt6svg6 qt6-speech-flite-plugin \
qt6-speech-speechd-plugin qt6-speech-flite-plugin
```

Compilation
Expand Down Expand Up @@ -95,7 +96,7 @@ It is still possible to compile using Qt5, following packages are needed:
sudo apt-get install libqt5gui5 qtbase5-dev qtwebengine5-dev \
libqt5svg5-dev qt5-image-formats-plugins aria2 \
qttools5-dev-tools qtchooser qt5-qmake \
qtbase5-dev-tools
qtbase5-dev-tools libqt5texttospeech5-dev
```

`qmake` needs to be configured to use Qt5:
Expand Down

0 comments on commit 14b9df2

Please sign in to comment.