Telegram Desktop messaging app
Go to file
Nicholas Guriev 3a659b4b54 Add -mxgot flag to td_scheme on MIPS64
This fixes "relocation truncated to fit ..." error on final linking. It should
not introduce a lot of overhead since the code is used only in network
communications.

This errors appears sometimes and I do not know exact conditions, I think it is
related to large size of an object file with the schema.

More docs see at https://gcc.gnu.org/onlinedocs/gcc/MIPS-Options.html#index-mxgot-1
2021-02-17 11:15:31 +04:00
.github Add config for lock bot 2021-01-22 17:23:20 +04:00
Telegram Add -mxgot flag to td_scheme on MIPS64 2021-02-17 11:15:31 +04:00
cmake@695fabda68 Clean up DESKTOP_APP_DISABLE_WEBRTC_INTEGRATION 2021-02-04 17:39:33 +04:00
docs Update instructions for Windows x64 build. 2021-01-27 20:27:13 +04:00
lib/xdg
snap Use SNAPCRAFT_PARALLEL_BUILD_COUNT instead of nproc in snap 2021-01-30 10:01:39 +04:00
.gitattributes
.gitignore
.gitmodules Get rid of lxqt-qtplugin 2020-10-23 11:24:37 +03:00
CMakeLists.txt Remove mapbox::variant dependency. 2020-09-29 19:03:22 +03:00
LEGAL Update copyright year to 2021. 2021-01-04 11:24:32 +04:00
LICENSE
README.md Update supported operating systems 2020-12-28 17:01:27 +04:00
changelog.txt Version 2.5.8. 2021-01-29 22:10:13 +04:00

README.md

Telegram Desktop Official Messenger

This is the complete source code and the build instructions for the alpha version of the official desktop client for the Telegram messenger, based on the Telegram API and the MTProto secure protocol.

Version Build Status Build Status Build Status

Preview of Telegram Desktop

The source code is published under GPLv3 with OpenSSL exception, the license is available here.

Supported systems

The latest version is available for

Old system versions

Version 2.4.4 was the last that supports older systems

Version 1.8.15 was the last that supports older systems

Third-party

Build instructions