mirror of https://github.com/procxx/kepka.git
Update readme
* Mark this as a fork * Add example cmake invocation that finds openssl and Qt5
This commit is contained in:
parent
c142a7d496
commit
436627b5d8
|
@ -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/ ..
|
||||
|
||||
[](https://github.com/telegramdesktop/tdesktop/releases)
|
||||
[](https://travis-ci.org/telegramdesktop/tdesktop)
|
||||
|
|
Loading…
Reference in New Issue