diff options
author | Robert C. Helling <helling@lmu.de> | 2013-02-22 12:19:36 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-02-22 07:23:56 -0800 |
commit | e19669a2e5d0d9663a62449c1190c837dd5511f0 (patch) | |
tree | c3c3b7b5ae1abd916c8705027988807b0d45ecae /README | |
parent | dab04aa3d508792e921b85939367f78a897bdbf6 (diff) | |
download | subsurface-e19669a2e5d0d9663a62449c1190c837dd5511f0.tar.gz |
REDME: update dependencies
We also need libxslt1-dev and zlib1g-dev
Signed-off-by: Robert Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -61,8 +61,9 @@ installed). Check with your Linux distribution how to install these packages. 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. +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. To be able to visualise the dives on a map (optional), using GPS coordinates, install the osm-gps-map-devel (Fedora) or libosmgpsmap-dev |