mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
719b732230
commit
007aa79fd7
1 changed files with 3 additions and 3 deletions
6
INSTALL
6
INSTALL
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue