summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Měřinský <mermar@centrum.cz>2017-02-20 07:19:05 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-02-20 04:18:33 -0800
commit8bf804a764aecaa4a6c5636f62ba5ef61f8262d3 (patch)
tree1a76c3fa70a6cb3ba51584cfe7723e0bd092a584
parent7e099d5a65f7a229b2082b3f9f5caa7e9d1828ff (diff)
downloadsubsurface-8bf804a764aecaa4a6c5636f62ba5ef61f8262d3.tar.gz
fix: Unable to locate package libqt5declarative5
-rw-r--r--INSTALL13
1 files changed, 12 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 0597ece7c..f8143450c 100644
--- a/INSTALL
+++ b/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-qtconnectivity-devel libqt5-qtlocation-devel libcurl-devel
-On Debian Stretch and recent Ubuntu flavors this seems to work
+On Debian Stretch this seems to work
sudo apt-get install git g++ make autoconf automake libtool cmake pkg-config \
libxml2-dev libxslt1-dev libzip-dev libsqlite3-dev \
@@ -103,6 +103,17 @@ sudo apt-get install git g++ make autoconf automake libtool cmake pkg-config \
qtconnectivity5-dev qtlocation5-dev qtpositioning5-dev \
libcrypto++-dev libssl-dev
+Package names for Ubuntu 16.10
+
+sudo apt-get install git g++ make autoconf automake libtool cmake pkg-config \
+ libxml2-dev libxslt1-dev libzip-dev libsqlite3-dev \
+ libusb-1.0-0-dev libssl-dev \
+ qt5-default qt5-qmake qtchooser qttools5-dev-tools libqt5svg5-dev \
+ 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
+
On PCLinuxOS you appear to need the following packages
su -c "apt-get install -y autoconf automake cmake libtool gcc-c++ git \