Building Telegram Desktop Issue
Unsolved
General and Desktop
-
Hey guys!
I want to build Telegram Desktop under Ubuntu 16.04. I use this document:
https://github.com/telegramdesktop/tdesktop/blob/master/doc/building-qtcreator.mdBut my problem is that when I want to build "Telegram.pro" for Debug (after "if GeneratedFiles are not found click Run qmake from Build menu and try again"), I got these errors:
:-1: error: cannot find -lqtharfbuzzng :-1: error: cannot find -lqtpcre :-1: error: collect2: error: ld returned 1 exit status
How to fix them?! Please help.
Thanks! -
-lqtharfbuzzng and -lqtpcre libraries are missing , may be you need to install them.
-
@Mr-AliReza
welcome to the forum -
Still has errors !!