mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
fix: Unable to locate package libqt5declarative5
This commit is contained in:
parent
7e099d5a65
commit
8bf804a764
1 changed files with 12 additions and 1 deletions
13
INSTALL
13
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 \
|
||||
|
|
Loading…
Reference in a new issue