Skip to content

Commit 4240f24

Browse files
committed
Doc: Add mention of webp
1 parent 0461fda commit 4240f24

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/build-unix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ To build without GUI pass `--without-gui`.
110110

111111
To build with Qt 5 you need the following:
112112

113-
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 libqt5svg5-dev libqt5charts5-dev qttools5-dev qttools5-dev-tools libqrencode-dev
113+
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 libqt5svg5-dev libqt5charts5-dev qttools5-dev qttools5-dev-tools qt5-image-formats-plugins libqrencode-dev
114114

115115
**Note:** Ubuntu versions prior to Bionic (18.04), and Debian version prior to Buster, do not have the `libqt5charts5-dev` package. If you are compiling on one of these older versions, you will need to omit `libqt5charts5-dev` from the above command.
116116

doc/dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ These are the dependencies currently used by PIVX Core. You can find instruction
1717
| libnatpmp | [20150609](https://miniupnp.tuxfamily.org/files) | | No | | |
1818
| libjpeg | | | | | [Yes](https://github.com/pivx-project/pivx/blob/master/depends/packages/qt.mk#L65) |
1919
| libpng | | | | | [Yes](https://github.com/pivx-project/pivx/blob/master/depends/packages/qt.mk#L64) |
20+
| libwebp | | | | | [Yes](https://github.com/pivx-project/pivx/blob/master/depends/packages/qt.mk#L22) |
2021
| librsvg | | | | | |
2122
| MiniUPnPc | [2.2.2](https://miniupnp.tuxfamily.org/files) | | No | | |
2223
| GMP | [6.1.2](https://gmplib.org/) | | No | | |

0 commit comments

Comments
 (0)