diff options
author | Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com> | 2014-12-27 18:04:14 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-12-27 09:13:40 -0800 |
commit | a0d36e2061d4f831e51bc3a87552d58a80c4cf6c (patch) | |
tree | 667526abe9dc992251d016c4841b3a7bcb894274 /INSTALL | |
parent | 52084c80f7f03f8e8066bc7ccf9f747a38cbd60c (diff) | |
download | subsurface-a0d36e2061d4f831e51bc3a87552d58a80c4cf6c.tar.gz |
Add missing qt5-qmake package
See 'Build-Depends:' in packaging/ubuntu/debian/control.
Signed-off-by: Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -84,8 +84,9 @@ On Debian Jessie this seems to work sudo apt-get install git g++ make autoconf libtool cmake pkg-config \ libxml2-dev libxslt1-dev libzip-dev libsqlite3-dev \ libusb-1.0-0-dev libgit2-dev \ - qt5-default qtchooser qttools5-dev-tools libqt5svg5-dev libqt5webkit5-dev \ - libqt5qml5 libqt5quick5 libqt5declarative5 qtscript5-dev + qt5-default qt5-qmake qtchooser qttools5-dev-tools libqt5svg5-dev \ + libqt5webkit5-dev libqt5qml5 libqt5quick5 libqt5declarative5 \ + qtscript5-dev On Debian style distributions you can install the required development packages by running (once Qt version of subsurface is available in your |