From 81f8680fba437789bdfc778bfd1bc9d85310bbe8 Mon Sep 17 00:00:00 2001 From: xiaoyifang <105986+xiaoyifang@users.noreply.github.com> Date: Fri, 24 Sep 2021 22:44:54 +0800 Subject: [PATCH] Update README.md --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 648c2b24..2c0a8f71 100644 --- a/README.md +++ b/README.md @@ -9,17 +9,11 @@ This code has been run and tested on Windows XP/Vista/7, Ubuntu Linux, Mac OS X. ### External Deps * Make, GCC, Git -* Qt framework. Minimum required version is 4.6. But Qt 4.7 or 4.8 is recommended. +* Qt framework. Minimum required version is 5.15 * 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 -### Installing External Deps on Ubuntu Linux - - sudo apt-get install git pkg-config build-essential qt4-qmake \ - libvorbis-dev zlib1g-dev libhunspell-dev x11proto-record-dev \ - libqt4-dev libqtwebkit-dev libxtst-dev liblzo2-dev libbz2-dev \ - libao-dev libavutil-dev libavformat-dev libtiff5-dev libeb16-dev #### Installing External Deps on Ubuntu Linux for Qt5