diff options
author | Stephen Hemminger <stephen@networkplumber.org> | 2015-12-27 14:33:18 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-12-27 21:31:13 -0800 |
commit | 04054c04290d51c87cb4bcf6f0d17045e679c6a8 (patch) | |
tree | d9989975638b8ebdb1aaefc75c1f1efcb6e7a76a /INSTALL | |
parent | 113a421228182698cb77825e3dddaadf1be297c3 (diff) | |
download | subsurface-04054c04290d51c87cb4bcf6f0d17045e679c6a8.tar.gz |
update Debian version
The current code base depends on qtlocation5-dev which is not
in Debian 8 (Jessie). It requires Debian testing (Stretch).
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -92,7 +92,7 @@ sudo zypper install git gcc-c++ make autoconf automake libtool cmake libzip-deve libqt5-qtscript-devel libqt5-qtdeclarative-devel \ libqt5-qtconnectivity-devel libqt5-qtlocation-devel libcurl-devel -On Debian Jessie and recent Ubuntu flavors this seems to work +On Debian Stretch and recent Ubuntu flavors this seems to work sudo apt-get install git g++ make autoconf libtool cmake pkg-config \ libxml2-dev libxslt1-dev libzip-dev libsqlite3-dev \ |