diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2021-05-30 20:30:35 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2021-06-01 09:26:41 -0700 |
commit | 9e391b4eea87328d8aeb0e2acec98823b957bbb1 (patch) | |
tree | b89f10cf90da0047364da248f5e34ee662ebc888 /INSTALL | |
parent | 622abc5afde7b37493d46b63a99c1a9e46b86ff5 (diff) | |
download | subsurface-9e391b4eea87328d8aeb0e2acec98823b957bbb1.tar.gz |
documentation: update installation instructions for Ubuntu
Apparently, with Ubuntu 21.04 the qt5-default package doesn't
exist anymore. Removing it from the list of installed packages
makes things still work on a freshly installed system.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -179,7 +179,7 @@ sudo apt install \ qml-module-qtgraphicaleffects qml-module-qtqml-models2 qml-module-qtquick-controls -Package names for Ubuntu 20.04 +Package names for Ubuntu 21.04 sudo apt install \ autoconf automake cmake g++ git libbluetooth-dev libcrypto++-dev \ @@ -187,7 +187,7 @@ sudo apt install \ libqt5webkit5-dev libsqlite3-dev libssh2-1-dev libssl-dev libtool \ libusb-1.0-0-dev libxml2-dev libxslt1-dev libzip-dev make pkg-config \ qml-module-qtlocation qml-module-qtpositioning qml-module-qtquick2 \ - qt5-default qt5-qmake qtchooser qtconnectivity5-dev qtdeclarative5-dev \ + qt5-qmake qtchooser qtconnectivity5-dev qtdeclarative5-dev \ qtdeclarative5-private-dev qtlocation5-dev qtpositioning5-dev \ qtscript5-dev qttools5-dev qttools5-dev-tools libmtp-dev |