summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <hohndel@mail.gr8dns.org>2013-05-18 09:44:54 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-18 09:49:37 -0700
commitde50f6625746928711d7fb7f0fa579d194931970 (patch)
tree81ea712a3c4c417d6ed120b55524fec8f1f42862 /README
parent1fac07af4f5093df59d3ce3e85d660a817bd039e (diff)
downloadsubsurface-de50f6625746928711d7fb7f0fa579d194931970.tar.gz
Work around broken Marble on Debian
This is a major hack. Debian appears to be missing a necessary header file for Marble to work correctly. We include this header file for now and hack the Configure process to recognize that we are on Debian and force using our local copy of the header file in that case. This may be needed on Ubuntu as well. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index 4591196d2..d81d23929 100644
--- a/README
+++ b/README
@@ -20,7 +20,9 @@ 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.
+current git version of Subsurface. We hack around this right now by
+including this header file but this needs to be revisited before an
+actual release.
On Fedora you need qt-devel, marble-devel, libzip-devel.