diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -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 \ |