Skip to content

Commit

Permalink
update INSTALL and Readme.ubuntu to exclude Marble
Browse files Browse the repository at this point in the history
Remove Marble mentions from said files.

Signed-off-by: Lubomir I. Ivanov <[email protected]>
  • Loading branch information
neolit123 authored and dirkhh committed Sep 4, 2017
1 parent 2334a54 commit 024b61c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
9 changes: 3 additions & 6 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ Building Subsurface from Source
===============================

Subsurface uses quite a few open source libraries and frameworks to do its
job. The most important ones include libdivecomputer, Qt, Marble
(more precisely libmarblewidget), libxml2, libxslt, libsqlite3, libzip,
libgrantlee5 and libgit2.
job. The most important ones include libdivecomputer, Qt, libxml2, libxslt,
libsqlite3, libzip, libgrantlee5 and libgit2.

Below are instructions for building Subsurface under some popular
Linux distributions, for building Subsurface using Homebrew on a Mac,
Expand All @@ -14,10 +13,8 @@ Subsurface natively under Windows, so we don't support that at all.

All of the prebuilt binaries that we provide (right now Windows, Mac,
Ubuntu/Debian/LinuxMint, and openSUSE/Fedora) are built using our own
custom "flavors" of libdivecomputer and libmarblewidget. You can get
these from
custom "flavors" of libdivecomputer. You can get these from

git://git.subsurface-divelog.org/marble (in the Subsurface-branch branch)
git://git.subsurface-divelog.org/libdc (in the Subsurface-branch branch)

Those branches won't have a pretty history and will include ugly merges,
Expand Down
4 changes: 2 additions & 2 deletions Readme.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ Current dependencies are the following:

Build-Depends: debhelper (>= 8.0.0), cmake, libdivecomputer-dev (>=
0.4.2), cdbs, libqt4-dev, qt4-qmake, libxml2-dev, libxslt1-dev,
zlib1g-dev, libusb-1.0-0-dev, libzip-dev, libmarble-dev, libsqlite3-dev,
libqtwebkit-dev, pkg-config, libgit2-dev, asciidoc
zlib1g-dev, libusb-1.0-0-dev, libzip-dev, libsqlite3-dev, libqtwebkit-dev,
pkg-config, libgit2-dev, asciidoc

Depends: ${shlibs:Depends}, ${misc:Depends}, libdivecomputer0 (>= 0.4.2)

Expand Down

0 comments on commit 024b61c

Please sign in to comment.