summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorGravatar Pierre-Yves Chibon <pingou@pingoured.fr>2013-12-09 20:48:16 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-12-09 21:39:18 +0100
commit2b4c7be9d7f17e1c2237a28d9062b5c6fa9f7b08 (patch)
treeec675dcae896c622bc080433de62e5850432a8ce /INSTALL
parent8b74ffc35b24db4fa65cc002f6cb3600734c248c (diff)
downloadsubsurface-2b4c7be9d7f17e1c2237a28d9062b5c6fa9f7b08.tar.gz
Small addition to the INSTALL instructions for Fedora
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 4 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 170af0627..d60aad377 100644
--- a/INSTALL
+++ b/INSTALL
@@ -9,8 +9,8 @@ including this header file but this needs to be revisited before an
actual release.
On Fedora you need qt-devel, marble-devel, libzip-devel,
-libxml2-devel, libxslt-devel, libsqlite3x-devel. If you are going to
-compile libdivecomputer, you need to libusb-devel too.
+libxml2-devel, libxslt-devel, libsqlite3x-devel, libudev-devel. If you are going
+to compile libdivecomputer, you need to libusb-devel too.
On Debian the package names are different; try libxml2-dev,
libsqlite3-dev, libxslt1-dev, libzip-dev (and libusb-1.0-0-dev if
@@ -32,6 +32,8 @@ $ qmake
$ make
$ sudo make install [optionally, add: prefix=/usr/local]
+Note: on Fedora qmake will appear as qmake-qt4
+
Building the Qt version under MacOSX
------------------------------------