| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is complete source code and build instructions for alpha version of official desktop client for Telegram messenger, based on Telegram API and MTProto secure protocol.
Source code is published under GPL v3, license is available here.
###Supported systems
###Third-party
###Build instructions for Visual Studio 2013
###Build instructions for XCode 5.1.1
###Build instructions for Qt Creator 3.1.2 Ubuntu
##Projects in Telegram solution
####Telegram
tdesktop messenger
####Updater
little app, that is launched by Telegram when update is ready, replaces all files and launches it back
####Packer
compiles given files to single update file, compresses it with lzma and signs with a private key, it is not built in Debug and Release configurations of Telegram solution, because private key is inaccessible
####Prepare
prepares a release for deployment, puts all files to deploy/{version} folder, for Win:
for Mac:
####MetaEmoji
from two folders
and some inner config creates four sprites and text2emoji replace code
####MetaStyle
from two files and two sprites
creates two other sprites, four sprite grids and style constants code
####MetaLang
from langpack file
creates lang constants code and lang file parse code
| Back | FazBrowse Home | New Git URL |