summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-18 08:55:49 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-18 08:55:49 -0700
commit1fac07af4f5093df59d3ce3e85d660a817bd039e (patch)
treed91d1e9d6aa4a098a78f4f9c43dd60615e8d7927 /README
parent582d1157ed84c5a1a4488f6d7607780bfe82a55e (diff)
downloadsubsurface-1fac07af4f5093df59d3ce3e85d660a817bd039e.tar.gz
Update README with warning about incomplete state of Qt port
Also pointing out the issue with building on Debian / Ubuntu at this stage. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'README')
-rw-r--r--README28
1 files changed, 28 insertions, 0 deletions
diff --git a/README b/README
index bc72225d4..4591196d2 100644
--- a/README
+++ b/README
@@ -1,3 +1,31 @@
+
+This is the README file for the latest git version of Subsurface.
+
+After the release of Subsurface 3.1 we merged the Qt branch into
+master and are now developing the Qt port of Subsurface in the master
+branch. At this stage the Qt version is not functional as a divelog -
+edit and import capabilities are missing and many other areas need
+more work. So unless you are planning to participate in the ongoing
+development you most likely want to switch to the Gtk branch as that
+will get you the latest version of the fully functional Subsurface.
+
+git checkout Gtk
+
+If you are indeed planning to work no the Qt version, here are some
+pointers to get you started:
+
+Building the Qt version under Linux
+-----------------------------------
+
+On Debian you need libqt4-dev, libmarble-dev, libzip-dev.
+Unfortunately the marble version in Debian stable (and possibly
+Ubuntu) appears broken and missing essential header files used in the
+current git version of Subsurface.
+
+On Fedora you need qt-devel, marble-devel, libzip-devel.
+
+
+
Subsurface - an Open Source Divelog
===================================