summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-02-27 15:25:17 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-02-27 15:25:17 -0800
commitdcb56a6167d4b62959486ef91a9742b29a77e8d6 (patch)
treed75af0ce4ab6e2a140edb33c6e1f8ce61a9d88d9 /README
parentaf9ba96da444f76794e3c46cf5189b027cb7e120 (diff)
downloadsubsurface-dcb56a6167d4b62959486ef91a9742b29a77e8d6.tar.gz
Update the README
We can now build on Debian Squeeze again. We also point to both the stable version and the latest development sources in the README file. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 12 insertions, 6 deletions
diff --git a/README b/README
index 772687a18..27a681124 100644
--- a/README
+++ b/README
@@ -41,15 +41,22 @@ License: GPLv2
Subsurface can be found at http://subsurface.hohndel.org
-You can get the latest sources from the git repository:
+You can get the sources to the latest development version from the git
+repository:
git clone git://subsurface.hohndel.org/subsurface.git .
-or
+You can also browse the sources via gitweb at git.hohndel.org
-git clone http://subsurface.hohndel.org/subsurface.git .
+If you want the latest release (instead of the bleeding edge
+development version) you can either get this via
-You can also browse the sources via gitweb.
+git checkout v3.0.1 (or whatever the last release is)
+
+if you have already clined the git repository as shown above or you
+can get a tar ball from
+
+http://subsurface.hohndel.org/downloads/Subsurface-3.0.1.tgz
Building subsurface under Linux
@@ -62,8 +69,7 @@ packages.
On Debian the package names are different; try libxml2-dev,
libgtk2.0-dev, libglib2.0-dev, libgconf2-dev, libsoup2.4-dev,
-libxslt1-dev, zlib1g-dev. It seems the cairo packages at least in
-Squeeze is too old.
+libxslt1-dev, zlib1g-dev.
To be able to visualise the dives on a map (optional), using GPS
coordinates, install the osm-gps-map-devel (Fedora) or libosmgpsmap-dev