From 0656ea4f399b404b5a057132b055af4044fdfcc5 Mon Sep 17 00:00:00 2001 From: xiaoyifang <105986+xiaoyifang@users.noreply.github.com> Date: Sun, 24 Apr 2022 23:36:19 +0800 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f42c1acf..6568daec 100644 --- a/README.md +++ b/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