From 8bf804a764aecaa4a6c5636f62ba5ef61f8262d3 Mon Sep 17 00:00:00 2001 From: Martin Měřinský Date: Mon, 20 Feb 2017 07:19:05 +0100 Subject: fix: Unable to locate package libqt5declarative5 --- INSTALL | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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 \ -- cgit v1.2.3-70-g09d2