diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2013-12-13 01:02:35 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-12-12 15:07:45 -0800 |
commit | 007aa79fd711395dd2d747ca1ba7a6e05820d1c1 (patch) | |
tree | 19d334df6379aaebdd2e2f94e630df80d22fd91e /INSTALL | |
parent | 719b732230ea7a7afc28944ae359f762d6a6ef48 (diff) | |
download | subsurface-007aa79fd711395dd2d747ca1ba7a6e05820d1c1.tar.gz |
List packages required for compile on Debian
The list of required packages to compile on Debian and Ubuntu.
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 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -52,9 +52,9 @@ packages by running $ apt-get build-dep subsurface If you want to install the required packages individually instead you -need libqt4-dev, libmarble-dev, libzip-dev, libxml2-dev, -libsqlite3-dev, libxslt1-dev, libzip-dev (and libusb-1.0-0-dev if -you're going to compile libdivecomputer). +need libqt4-dev, qt4-qmake, libxml2-dev, libxslt1-dev, zlib1g-dev, +libzip-dev, libmarble-dev, libsqlite3-dev, libqtwebkit-dev +(and libusb-1.0-0-dev if you're going to compile libdivecomputer). Unfortunately the marble version in Debian stable (and possibly Ubuntu) appears to be missing essential header files used in |