Update readme

* Mark this as a fork
* Add example cmake invocation that finds openssl and Qt5
This commit is contained in:
Berkus Decker 2017-11-22 02:43:52 +02:00
parent c142a7d496
commit 436627b5d8
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,9 @@
# [Telegram Desktop][telegram_desktop] Official Messenger
# [Telegram Desktop][telegram_desktop] - pro.cxx fork
This is the complete source code and the build instructions for the alpha version of the official desktop client for the [Telegram][telegram] messenger, based on the [Telegram API][telegram_api] and the [MTProto][telegram_proto] secure protocol.
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][telegram] messenger, based on the [Telegram API][telegram_api] and the [MTProto][telegram_proto] secure protocol.
Build command:
cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl/ -DCMAKE_PREFIX_PATH=/usr/local/opt/qt5/ ..
[![Version](https://badge.fury.io/gh/telegramdesktop%2Ftdesktop.svg)](https://github.com/telegramdesktop/tdesktop/releases)
[![Build Status](https://travis-ci.org/telegramdesktop/tdesktop.svg?branch=dev)](https://travis-ci.org/telegramdesktop/tdesktop)