summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Lubomir I. Ivanov <neolit123@gmail.com>2017-09-02 14:40:58 +0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-09-04 07:46:35 -0700
commit024b61ca04c8a18fc333101e234631e2f13933a9 (patch)
treeed2c714cf533e8706f21225e9bb18c6a03b2a568
parent2334a542cf10682fc809fc520318f6b94861da21 (diff)
downloadsubsurface-024b61ca04c8a18fc333101e234631e2f13933a9.tar.gz
update INSTALL and Readme.ubuntu to exclude Marble
Remove Marble mentions from said files. Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
-rw-r--r--INSTALL9
-rw-r--r--Readme.ubuntu4
2 files changed, 5 insertions, 8 deletions
diff --git a/INSTALL b/INSTALL
index 12ef30186..b14d7ce71 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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,
@@ -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,
diff --git a/Readme.ubuntu b/Readme.ubuntu
index 9ff16214c..dd9f0db2c 100644
--- a/Readme.ubuntu
+++ b/Readme.ubuntu
@@ -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)