diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-12-04 05:33:56 +0900 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-12-04 05:33:56 +0900 |
commit | b736162c042a7c2e10393ac0c4f018985ce8dce5 (patch) | |
tree | 35848e0fa2189362ba2305fde264203f0265be58 /INSTALL | |
parent | f03acb9e9a2d6fae22be6288be13ce63fd4f50ea (diff) | |
download | subsurface-b736162c042a7c2e10393ac0c4f018985ce8dce5.tar.gz |
Add a few more dependencies to the INSTALL file
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -100,7 +100,8 @@ sudo apt-get install git g++ make autoconf automake libtool cmake pkg-config \ qt5-default qt5-qmake qtchooser qttools5-dev-tools libqt5svg5-dev \ libqt5webkit5-dev libqt5qml5 libqt5quick5 libqt5declarative5 \ qtscript5-dev libssh2-1-dev libcurl4-openssl-dev qttools5-dev \ - qtconnectivity5-dev qtlocation5-dev qtpositioning5-dev + qtconnectivity5-dev qtlocation5-dev qtpositioning5-dev \ + libcrypto++-dev libssl-dev On PCLinuxOS you appear to need the following packages |