[PATCH] List packages required for compile on Debian

Dirk Hohndel dirk at hohndel.org
Thu Dec 12 15:21:38 UTC 2013


On Fri, 2013-12-13 at 01:16 +0200, Miika Turkia wrote:
> Looks correct. As a side not, the "apt-get build-dep subsurface" will
> only work once the used distribution has the Qt version of Subsurface
> available.

I was going to do that and then didn't know exactly how to write it (as
my assumption is that this won't be the case for long).

>  And I would add "sudo" in front of the apt command (as using $ as
> prompt).

Good idea. Would you like to send me a patch? :-)

/D

> 
> On Fri, Dec 13, 2013 at 1:08 AM, Dirk Hohndel <dirk at hohndel.org>
> wrote:
>         
>         This didn't apply to master as I had slightly rephrased this
>         section of
>         INSTALL. But I manually applied and pushed.
>         
>         Would you please check that what's in master is correct?
>         
>         Thanks
>         
>         /D
>         
>         On Fri, 2013-12-13 at 01:02 +0200, Miika Turkia wrote:
>         > The list of required packages to compile on Debian and
>         Ubuntu.
>         >
>         > Signed-off-by: Miika Turkia <miika.turkia at gmail.com>
>         > ---
>         >  INSTALL | 7 ++++---
>         >  1 file changed, 4 insertions(+), 3 deletions(-)
>         >
>         > diff --git a/INSTALL b/INSTALL
>         > index d60aad3..49e6bc0 100644
>         > --- a/INSTALL
>         > +++ b/INSTALL
>         > @@ -12,9 +12,10 @@ 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 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
>         > -you're going to compile libdivecomputer).
>         > +On Debian the package names are different; try:
>         > +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).
>         >
>         >  To compile libdivecomputer:
>         >  $ git clone git://git.libdivecomputer.org/libdivecomputer
>         
>         
>         
> 
> 




More information about the subsurface mailing list