almindor / etherwall

Ethereum QT5 Wallet
GNU General Public License v3.0
143 stars 59 forks source link

Etherwall cannot be execute in Ubuntu 16.04.1 LTS. #16

Closed mochechan closed 7 years ago

mochechan commented 7 years ago

Etherwall cannot be execute in Ubuntu 16.04.1 LTS, after compiling it.

$ ./Ethereum QQmlApplicationEngine failed to load component qrc://main.qml:22 module "QtQuick.Controls" is not installed.

How to solve this problem? thanks.

almindor commented 7 years ago

I think you need to install qml-module-qtquick-controls

mochechan commented 7 years ago

Thank you very much. Etherwall can be compiled, and it runs in my ubuntu now.