Unofficial Telegram Desktop messaging app
Go to file
Berkus Decker befa910b9c Enable only PR builds on Travis 2018-01-13 03:39:01 +02:00
.github Remove notes about the signature (#4015) 2017-10-26 23:35:55 +02:00
.travis Add clutches for conan-limp 2018-01-12 23:23:38 +02:00
Telegram Fix detection variable usage 2018-01-12 23:23:38 +02:00
cotire git subrepo clone --branch=stable https://github.com/procxx/cotire.git cotire 2017-12-20 14:38:02 +02:00
doc Add cmake files 2017-12-20 14:38:02 +02:00
docs Remove obsolete files 2017-12-20 14:38:02 +02:00
lib/xdg Subject: [PATCH] Fixed build under Fedora using rpmbuild and mock. 2017-12-20 14:38:02 +02:00
modules Add ALSA and PulseAudio support on Linux 2017-12-20 14:38:02 +02:00
.gitattributes Implement AppVeyor (#3025) 2017-02-18 20:23:50 +01:00
.gitignore Ignore build dirs 2017-12-20 14:38:02 +02:00
.travis.yml Enable only PR builds on Travis 2018-01-13 03:39:01 +02:00
CMakeLists.txt Link in threading libraries if necessary 2017-12-20 14:38:02 +02:00
LICENSE license openssl exception added 2015-10-03 14:34:56 +03:00
README.md Slightly update the README file (#55) 2017-12-24 21:03:32 +04:00
appveyor.yml New appveyor.yml 2017-12-21 09:14:42 +03:00
changelog.txt Version 1.1.23. 2017-09-05 20:38:38 +03:00
conanfile.txt Disable unused conan repos 2018-01-12 23:23:38 +02:00
kepka.spec Added RPM package SPEC for Fedora GNU/Linux distribution. 2017-12-21 17:47:16 +02:00

README.md

Telegram Desktop - pro.cxx fork

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

Build instructions

What you need to have installed:

  • Qt 5.9+ (with private modules, like qtbase5-private-dev)
  • OpenSSL (conan installs this if you use conan)
  • OpenAL-soft
  • FFmpeg with swscale and swresample libs
  • zlib
  • opus (libopus-dev)

Provide paths to OpenAL-soft and Qt5 in CMAKE_PREFIX_PATH variable when configuring.

ccache -o sloppiness=pch_defines,time_macros
mkdir _conan_build_
cd _conan_build_
conan install .. --build missing
cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_PREFIX_PATH="/usr/local/opt/qt5/;/usr/local/opt/openal-soft" ..
ninja

Version 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

  • Windows XP - Windows 10 (not RT)
  • Mac OS X 10.8 - Mac OS X 10.11
  • Mac OS X 10.6 - Mac OS X 10.7 (separate build)
  • Ubuntu 12.04 - Ubuntu 16.04
  • Fedora 22 - Fedora 24

Third-party