diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2018-07-15 22:33:11 +0200 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2018-07-16 00:09:59 +0300 |
commit | b53672507dea35f5eed97f357dc6d5e13be95482 (patch) | |
tree | da042eb18fb8f298e3b3f04b83516f076ce1fefd /INSTALL | |
parent | 397ff368d57e677055c8ce03657e0916b247afa8 (diff) | |
download | subsurface-b53672507dea35f5eed97f357dc6d5e13be95482.tar.gz |
Fix typo in INSTALL: add missing backspace at end of line
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -171,7 +171,7 @@ Package names for Ubuntu 18.04 sudo apt install \ autoconf automake cmake g++ git libcrypto++-dev libcurl4-gnutls-dev \ - libgit2-dev libqt5qml5 libqt5quick5 libqt5svg5-dev + libgit2-dev libqt5qml5 libqt5quick5 libqt5svg5-dev \ libqt5webkit5-dev libsqlite3-dev libssh2-1-dev libssl-dev libssl-dev \ libtool libusb-1.0-0-dev libxml2-dev libxslt1-dev libzip-dev make \ pkg-config qml-module-qtlocation qml-module-qtpositioning \ |