summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-02-18 16:21:20 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-02-18 16:21:20 -0800
commitef55ddccb5bff1672e72947500c97fec51963358 (patch)
treefe1fdadc45b65ec0e1df9bade36348b5df6396d4 /README
parent1e04e0806461899fa95e37e320b5f702a0d4185c (diff)
downloadsubsurface-ef55ddccb5bff1672e72947500c97fec51963358.tar.gz
Minor updates to the README
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 9 insertions, 6 deletions
diff --git a/README b/README
index cc9d0f90b..1a565601a 100644
--- a/README
+++ b/README
@@ -55,10 +55,10 @@ 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.
+coordinates, install osm-gps-map-devel (Fedora) or 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
@@ -67,7 +67,7 @@ versions of Subsurface assume that you use libdivecomputer version
git clone \
git://libdivecomputer.git.sourceforge.net/gitroot/libdivecomputer/libdivecomputer
cd libdivecomputer
-git checkout v0.3.0
+git checkout release-0.3
autoreconf --install
./configure
make
@@ -97,7 +97,10 @@ Once you have built and installed libdivecomputer you can use
sh packaging/Windows/mingw-make.sh
-to then build subsurface.
+to then build subsurface. In order to create an installer simply use
+
+sh packaging/Windows/mingw-make.sh create-windows-installer
+
Building subsurface on a Mac
----------------------------