diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-06-17 11:41:49 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-17 11:41:49 -0700 |
commit | de586331b264e144401cff5537d6593dcbe3e93b (patch) | |
tree | 12dc74dbda4cfbc3cccf078c755172db9e070ac7 /INSTALL | |
parent | a922e52b8f4e11233d1c3b79c41d5f046b08d7ba (diff) | |
download | subsurface-de586331b264e144401cff5537d6593dcbe3e93b.tar.gz |
Add missing package to INSTALL file
This way lupdate is present on Ubuntu
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ sudo apt-get install git g++ make autoconf libtool cmake pkg-config \ libusb-1.0-0-dev libgit2-dev \ qt5-default qt5-qmake qtchooser qttools5-dev-tools libqt5svg5-dev \ libqt5webkit5-dev libqt5qml5 libqt5quick5 libqt5declarative5 \ - qtscript5-dev libssh2-1-dev libcurl4-openssl-dev + qtscript5-dev libssh2-1-dev libcurl4-openssl-dev qttools5-dev On PCLinuxOS you appear to need the following packages |