From c34597ca045bc71ce19ef6e2f4c51bc38c77c906 Mon Sep 17 00:00:00 2001 From: Igor Kushnir Date: Fri, 22 Mar 2019 15:26:40 +0200 Subject: [PATCH] Remove an unused Qt5 dependency from README libqtwebkit-dev contains the development files of Qt4 QtWebKit library. Installing this package pulls many Qt4 dependencies. Neither this package nor its dependencies are needed to build a Qt5 version of goldendict. I have successfully built a Qt5 version of goldendict on a fresh KDE neon system without installing this package. Note that the development files of Qt5 QtWebKit library are inside the libqt5webkit5-dev package, which is duly listed as a Qt5 goldendict dependency. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5925a155..f6a83212 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ This code has been run and tested on Windows XP/Vista/7, Ubuntu Linux, Mac OS X. sudo apt-get install git pkg-config build-essential qt5-qmake \ libvorbis-dev zlib1g-dev libhunspell-dev x11proto-record-dev \ - qtdeclarative5-dev libqtwebkit-dev libxtst-dev liblzo2-dev libbz2-dev \ + qtdeclarative5-dev libxtst-dev liblzo2-dev libbz2-dev \ libao-dev libavutil-dev libavformat-dev libtiff5-dev libeb16-dev \ libqt5webkit5-dev libqt5svg5-dev libqt5x11extras5-dev qttools5-dev \ qttools5-dev-tools qtmultimedia5-dev libqt5multimedia5-plugins