summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-02-01 07:20:47 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-02-01 07:20:47 -0800
commit0416544d8256c469244115f651b8652c7281a56f (patch)
treee07464eb88d0bc66ed2e90c935237fc795794c39 /INSTALL
parent737b5bdd5c05be1a6e84755cf0b0fe84aeb26fdf (diff)
downloadsubsurface-0416544d8256c469244115f651b8652c7281a56f.tar.gz
Update README, ReleaseNotes and INSTALL
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL17
1 files changed, 10 insertions, 7 deletions
diff --git a/INSTALL b/INSTALL
index a9f642d90..6b7191ade 100644
--- a/INSTALL
+++ b/INSTALL
@@ -14,12 +14,12 @@ Subsurface natively under Windows, we have some hints how to do so
here as well.
As of Subsurface 4.3 all of the prebuilt binaries that we provide (right
-now Windows64, Windows32, Mac, Ubuntu and LinuxMint) are built using our
-own custom "flavors" of libdivecomputer and libmarblewidget. You can get
-these from
+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
-git://git.subsurface-divelog.org/marble (in the Subsurface-4.3 branch)
-git://git.subsurface-divelog.org/libdc (in the Subsurface-4.3 branch)
+git://git.subsurface-divelog.org/marble (in the Subsurface-4.4 branch)
+git://git.subsurface-divelog.org/libdc (in the Subsurface-4.4 branch)
Both of these repositories also have a Subsurface-testing branch. That
branch is explicitly marked as NOT STABLE and will receive force pushes.
@@ -27,9 +27,12 @@ The rationale for this is that we have no intention of forking either of
these two projects. We simply are adding a few patches on top of their
latest versions and so those testing branches get frequently rebased.
-Also, all of the prebuilt binaries (with the exception of the Windows32
+Also, all of the prebuilt binaries (with the exception of the Ubuntu 12.04
build) are now Qt5 based and Qt5 is considered the stable and supported
-framework to use for building Subsurface.
+framework to use for building Subsurface. The sources contain a best
+effort patch in packaging/ubuntu/0001-Make-build-with-Qt4.patch that
+attempts to continue to allow building with Qt4, but that is not
+officially supported and will result in missing functionality.
Build options for Subsurface
----------------------------