mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 15:24:05 +00:00
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.
This commit is contained in:
parent
f2aff9a3dd
commit
c34597ca04
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue