Aseman-Land / Cutegram

Cutegram is a telegram client by Aseman Land. It's forked from sigram.
http://aseman.co/cutegram
GNU General Public License v3.0
387 stars 60 forks source link

Build at Ubuntu 16.04.2 need to install some packages #286

Open sujunmin opened 7 years ago

sujunmin commented 7 years ago

Hi, I had build at newest installed Ubuntu 16.04.2, and the dep-packages need to change to

sudo apt-get install g++ gcc git qtbase5-dev libqt5sql5-sqlite libqt5multimediaquick-p5 libqt5multimedia5-plugins libqt5multimedia5 libqt5qml5 libqt5qml-graphicaleffects qml-module-qtquick-controls qtdeclarative5-dev libqt5quick5 qt5-default qtmultimedia5-dev qml-module-qtquick-dialogs

The libqt5qml-quickcontrols is replaced by qml-module-qtquick-controls, qt5-default will make the system build with qt5 (default is qt4), qtmultimedia5-dev for TelegramQML building, and qml-module-qtquick-dialogs for runtime.