mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-11 03:21:29 +00:00
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>
This commit is contained in:
parent
113a421228
commit
04054c0429
1 changed files with 1 additions and 1 deletions
2
INSTALL
2
INSTALL
|
@ -92,7 +92,7 @@ sudo zypper install git gcc-c++ make autoconf automake libtool cmake libzip-deve
|
||||||
libqt5-qtscript-devel libqt5-qtdeclarative-devel \
|
libqt5-qtscript-devel libqt5-qtdeclarative-devel \
|
||||||
libqt5-qtconnectivity-devel libqt5-qtlocation-devel libcurl-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 \
|
sudo apt-get install git g++ make autoconf libtool cmake pkg-config \
|
||||||
libxml2-dev libxslt1-dev libzip-dev libsqlite3-dev \
|
libxml2-dev libxslt1-dev libzip-dev libsqlite3-dev \
|
||||||
|
|
Loading…
Reference in a new issue