diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2014-11-22 14:03:31 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-11-22 06:48:14 -0800 |
commit | cc857e6fe4365ca24ad434544c8451dc6bc8acef (patch) | |
tree | 8cfc5aaef91b58c63d3cadd0d37441847dd22eaf /INSTALL | |
parent | 48a8c9891300ec50d993f3bdb051720445bd5938 (diff) | |
download | subsurface-cc857e6fe4365ca24ad434544c8451dc6bc8acef.tar.gz |
Add qtwebkit-devel to Fedora installation reqs
One more packet needed to compile on Fedora.
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -44,8 +44,8 @@ Building Subsurface 4 under Linux --------------------------------- On Fedora you need qt-devel, marble-devel, libzip-devel, -libxml2-devel, libxslt-devel, libsqlite3x-devel, libudev-devel. If you are going -to compile libdivecomputer, you need libusb-devel, too. +libxml2-devel, libxslt-devel, libsqlite3x-devel, libudev-devel, qtwebkit-devel. +If you are going to compile libdivecomputer, you need libusb-devel, too. On Debian style distributions you can install the required development packages by running (once Qt version of subsurface is available in your |