diff options
| author | Michal <michal.zima@just-eat.com> | 2018-04-04 11:52:17 +0100 |
|---|---|---|
| committer | Michal <michal.zima@just-eat.com> | 2018-04-04 11:52:17 +0100 |
| commit | ffd49c177778e1b7ba4fdbc4c69113f0413e1ec2 (patch) | |
| tree | 9b5a4d2bbb0e06ee2d23684809a3d9136225c0b2 | |
| parent | 76a105261e4ce60555931b4b2dfe1c6a25971825 (diff) | |
| download | monzero-gui-ffd49c177778e1b7ba4fdbc4c69113f0413e1ec2.tar.gz monzero-gui-ffd49c177778e1b7ba4fdbc4c69113f0413e1ec2.tar.xz monzero-gui-ffd49c177778e1b7ba4fdbc4c69113f0413e1ec2.zip | |
Updated README.md with new dependencies for Ubuntu 16.04+:
qml-module-qtquick-controls2
qml-module-qt-labs-folderlistmodel
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,7 +93,7 @@ Packaging for your favorite distribution would be a welcome contribution! - For Ubuntu 16.04 x86 - `sudo apt install qtbase5-dev qt5-default qtdeclarative5-dev qml-module-qtquick-controls qml-module-qtquick-xmllistmodel qttools5-dev-tools qml-module-qtquick-dialogs` + `sudo apt install qtbase5-dev qt5-default qtdeclarative5-dev qml-module-qtquick-controls qml-module-qtquick-controls2 qml-module-qt-labs-folderlistmodel qml-module-qtquick-xmllistmodel qttools5-dev-tools qml-module-qtquick-dialogs` - For Ubuntu 16.04+ x64 |
