diff options
author | Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com> | 2013-02-16 16:14:34 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-02-16 08:07:03 -0800 |
commit | 6a2d58d711a74e7b7be06a12e76fba32cc67f84e (patch) | |
tree | 1c18ef20a1456c1c4feabaac8bcb124cf610a461 /README | |
parent | 2f6b6a96d480edcfb485baebc9242b3da764ca4d (diff) | |
download | subsurface-6a2d58d711a74e7b7be06a12e76fba32cc67f84e.tar.gz |
Add some build info on OpenStreetMap maps and GPS positioning.
Signed-off-by: Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -54,6 +54,12 @@ On Debian the package names are different; try libxml2-dev, libgtk2.0-dev, libglib2.0-dev, libgconf2-dev, libsoup2.4-dev. It seems the cairo packages at least in Squeeze is too old. +To be able to visualise the dives on a map (optional), using GPS +coordinates, install libosmgpsmap-dev (debian package). That will be +detected and configured at build time. The library is used to embed +maps in applications that, when given GPS co-ordinates, draw a GPS +track. + You also need to have libdivecomputer installed. The current git versions of Subsurface assume that you use libdivecomputer version 0.3, which goes something like this: |