mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
INSTALL file: add two more dependencies for Debian/Ubuntu
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d3340fe9ae
commit
78922a5445
1 changed files with 2 additions and 2 deletions
4
INSTALL
4
INSTALL
|
@ -101,7 +101,7 @@ sudo apt-get install git g++ make autoconf automake libtool cmake pkg-config \
|
|||
libqt5webkit5-dev libqt5qml5 libqt5quick5 libqt5declarative5 \
|
||||
qtscript5-dev libssh2-1-dev libcurl4-openssl-dev qttools5-dev \
|
||||
qtconnectivity5-dev qtlocation5-dev qtpositioning5-dev \
|
||||
libcrypto++-dev libssl-dev
|
||||
libcrypto++-dev libssl-dev qml-module-qtpositioning qml-module-qtlocation
|
||||
|
||||
Package names for Ubuntu 16.10
|
||||
|
||||
|
@ -112,7 +112,7 @@ sudo apt-get install git g++ make autoconf automake libtool cmake pkg-config \
|
|||
libqt5webkit5-dev libqt5qml5 libqt5quick5 qtdeclarative5-dev \
|
||||
qtscript5-dev libssh2-1-dev libcurl4-openssl-dev qttools5-dev \
|
||||
qtconnectivity5-dev qtlocation5-dev qtpositioning5-dev \
|
||||
libcrypto++-dev libssl-dev
|
||||
libcrypto++-dev libssl-dev qml-module-qtpositioning qml-module-qtlocation
|
||||
|
||||
On PCLinuxOS you appear to need the following packages
|
||||
|
||||
|
|
Loading…
Reference in a new issue