mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
update INSTALL and Readme.ubuntu to exclude Marble
Remove Marble mentions from said files. Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
parent
2334a542cf
commit
024b61ca04
2 changed files with 5 additions and 8 deletions
9
INSTALL
9
INSTALL
|
@ -2,9 +2,8 @@ Building Subsurface from Source
|
||||||
===============================
|
===============================
|
||||||
|
|
||||||
Subsurface uses quite a few open source libraries and frameworks to do its
|
Subsurface uses quite a few open source libraries and frameworks to do its
|
||||||
job. The most important ones include libdivecomputer, Qt, Marble
|
job. The most important ones include libdivecomputer, Qt, libxml2, libxslt,
|
||||||
(more precisely libmarblewidget), libxml2, libxslt, libsqlite3, libzip,
|
libsqlite3, libzip, libgrantlee5 and libgit2.
|
||||||
libgrantlee5 and libgit2.
|
|
||||||
|
|
||||||
Below are instructions for building Subsurface under some popular
|
Below are instructions for building Subsurface under some popular
|
||||||
Linux distributions, for building Subsurface using Homebrew on a Mac,
|
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,
|
All of the prebuilt binaries that we provide (right now Windows, Mac,
|
||||||
Ubuntu/Debian/LinuxMint, and openSUSE/Fedora) are built using our own
|
Ubuntu/Debian/LinuxMint, and openSUSE/Fedora) are built using our own
|
||||||
custom "flavors" of libdivecomputer and libmarblewidget. You can get
|
custom "flavors" of libdivecomputer. You can get these from
|
||||||
these from
|
|
||||||
|
|
||||||
git://git.subsurface-divelog.org/marble (in the Subsurface-branch branch)
|
|
||||||
git://git.subsurface-divelog.org/libdc (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,
|
Those branches won't have a pretty history and will include ugly merges,
|
||||||
|
|
|
@ -57,8 +57,8 @@ Current dependencies are the following:
|
||||||
|
|
||||||
Build-Depends: debhelper (>= 8.0.0), cmake, libdivecomputer-dev (>=
|
Build-Depends: debhelper (>= 8.0.0), cmake, libdivecomputer-dev (>=
|
||||||
0.4.2), cdbs, libqt4-dev, qt4-qmake, libxml2-dev, libxslt1-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,
|
zlib1g-dev, libusb-1.0-0-dev, libzip-dev, libsqlite3-dev, libqtwebkit-dev,
|
||||||
libqtwebkit-dev, pkg-config, libgit2-dev, asciidoc
|
pkg-config, libgit2-dev, asciidoc
|
||||||
|
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libdivecomputer0 (>= 0.4.2)
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libdivecomputer0 (>= 0.4.2)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue