mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 21:43:23 +00:00
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>
This commit is contained in:
parent
af9ba96da4
commit
dcb56a6167
1 changed files with 12 additions and 6 deletions
18
README
18
README
|
@ -41,15 +41,22 @@ License: GPLv2
|
||||||
|
|
||||||
Subsurface can be found at http://subsurface.hohndel.org
|
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 .
|
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
|
Building subsurface under Linux
|
||||||
|
@ -62,8 +69,7 @@ packages.
|
||||||
|
|
||||||
On Debian the package names are different; try libxml2-dev,
|
On Debian the package names are different; try libxml2-dev,
|
||||||
libgtk2.0-dev, libglib2.0-dev, libgconf2-dev, libsoup2.4-dev,
|
libgtk2.0-dev, libglib2.0-dev, libgconf2-dev, libsoup2.4-dev,
|
||||||
libxslt1-dev, zlib1g-dev. It seems the cairo packages at least in
|
libxslt1-dev, zlib1g-dev.
|
||||||
Squeeze is too old.
|
|
||||||
|
|
||||||
To be able to visualise the dives on a map (optional), using GPS
|
To be able to visualise the dives on a map (optional), using GPS
|
||||||
coordinates, install the osm-gps-map-devel (Fedora) or libosmgpsmap-dev
|
coordinates, install the osm-gps-map-devel (Fedora) or libosmgpsmap-dev
|
||||||
|
|
Loading…
Add table
Reference in a new issue