mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
Update README.md
This commit is contained in:
parent
476178cb3c
commit
0656ea4f39
12
README.md
12
README.md
|
@ -13,7 +13,7 @@ This code has been run and tested on Windows 10/11, Ubuntu Linux, Mac OS X.
|
|||
### External Deps
|
||||
|
||||
* Make, GCC, Git
|
||||
* Qt framework. Minimum required version is 5.15
|
||||
* Qt framework. Minimum required version is 5.15 and support the latest QT version 6.2.4
|
||||
* Qt Creator IDE is recommended for development
|
||||
* Various libraries on Linux (png, zlib, etc)
|
||||
* On Mac and Windows all the libraries are already included in the repository
|
||||
|
@ -27,6 +27,16 @@ This code has been run and tested on Windows 10/11, Ubuntu Linux, Mac OS X.
|
|||
libao-dev libavutil-dev libavformat-dev libtiff5-dev libeb16-dev \
|
||||
libqt5svg5-dev libqt5x11extras5-dev qttools5-dev \
|
||||
qttools5-dev-tools qtmultimedia5-dev libqt5multimedia5-plugins
|
||||
|
||||
### Fedora 35
|
||||
```
|
||||
sudo dnf install git pkg-config \
|
||||
libvorbis-devel zlib-devel hunspell-devel lzo-devel bzip2-devel \
|
||||
libao-devel ffmpeg-devel libtiff-devel eb-devel qt5-qtx11extras-devel libXtst-devel \
|
||||
libxkbcommon-devel
|
||||
|
||||
|
||||
```
|
||||
|
||||
## How to build
|
||||
|
||||
|
|
Loading…
Reference in a new issue