diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-08-26 11:07:33 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-08-26 11:52:58 -0700 |
commit | 78922a5445d1bfea807c9da50a3e47a2529d8883 (patch) | |
tree | 7410b57cbf9010122f4dd95c1a507256af4e1a48 /INSTALL | |
parent | d3340fe9ae39853114555711f5376929344b2f0d (diff) | |
download | subsurface-78922a5445d1bfea807c9da50a3e47a2529d8883.tar.gz |
INSTALL file: add two more dependencies for Debian/Ubuntu
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |