diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-12-12 13:27:21 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-12-12 13:27:21 -0800 |
commit | d541b9fd421caa410c5e186b26b82cd238b6447b (patch) | |
tree | ef6e65ce96149687b9eea9c4bcb40c5df1db0d3f /INSTALL | |
parent | 7752e598c6b2798bf569d23e73f365216c76eac5 (diff) | |
download | subsurface-d541b9fd421caa410c5e186b26b82cd238b6447b.tar.gz |
INSTALL file: correct Debian build dependency install
I wrote this on a plane from memory. Forgot the dash.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -49,8 +49,7 @@ to compile libdivecomputer, you need libusb-devel, too. On Debian style distributions you can install the required development packages by running -$ apt-get builddep subsurface -FIXME FIXME FIXME - check bug #199 for correct command +$ apt-get build-dep subsurface If you want to install the required packages individually instead you need libqt4-dev, libmarble-dev, libzip-dev, libxml2-dev, |