diff options
author | Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com> | 2013-02-16 16:13:33 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-02-16 08:05:21 -0800 |
commit | 2f6b6a96d480edcfb485baebc9242b3da764ca4d (patch) | |
tree | 93a8802d18af07f830e7f24df05efada9b7dea56 /README | |
parent | 0ec3894b6bdb04f6ad6e877a9fdf1ce843d506c1 (diff) | |
download | subsurface-2f6b6a96d480edcfb485baebc9242b3da764ca4d.tar.gz |
Cleanup references to openssl packages.
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 | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -45,14 +45,14 @@ You can also browse the sources via gitweb. Building subsurface under Linux ------------------------------- You need libxml2-devel, libxslt-devel, gtk2-devel, glib-2.0, -gconf2-devel, libssl-devel, libsoup-devel to build this (and -libusb-1.0 if you have libdivecomputer built with it, but then you -obviously already have it 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 libssl-dev libsoup2.4-dev, but it seems -the cairo package at least in Squeeze is too old. +gconf2-devel, libsoup-devel to build this (and libusb-1.0 if you have +libdivecomputer built with it, but then you obviously already have it +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. You also need to have libdivecomputer installed. The current git versions of Subsurface assume that you use libdivecomputer version |