mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +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
|
### External Deps
|
||||||
|
|
||||||
* Make, GCC, Git
|
* 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
|
* Qt Creator IDE is recommended for development
|
||||||
* Various libraries on Linux (png, zlib, etc)
|
* Various libraries on Linux (png, zlib, etc)
|
||||||
* On Mac and Windows all the libraries are already included in the repository
|
* On Mac and Windows all the libraries are already included in the repository
|
||||||
|
@ -28,6 +28,16 @@ This code has been run and tested on Windows 10/11, Ubuntu Linux, Mac OS X.
|
||||||
libqt5svg5-dev libqt5x11extras5-dev qttools5-dev \
|
libqt5svg5-dev libqt5x11extras5-dev qttools5-dev \
|
||||||
qttools5-dev-tools qtmultimedia5-dev libqt5multimedia5-plugins
|
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
|
## How to build
|
||||||
|
|
||||||
First, clone this repository, e.g.:
|
First, clone this repository, e.g.:
|
||||||
|
|
Loading…
Reference in a new issue