Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaffeine/telegram-qt
Qt-based library for Telegram network
https://github.com/kaffeine/telegram-qt
qt qt5 server telegram telegram-server
Last synced: 2 days ago
JSON representation
Qt-based library for Telegram network
- Host: GitHub
- URL: https://github.com/kaffeine/telegram-qt
- Owner: Kaffeine
- License: lgpl-2.1
- Created: 2014-03-21T14:26:49.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-07-05T19:47:37.000Z (over 2 years ago)
- Last Synced: 2024-05-09T08:18:22.447Z (9 months ago)
- Topics: qt, qt5, server, telegram, telegram-server
- Language: C++
- Homepage:
- Size: 6.17 MB
- Stars: 154
- Watchers: 16
- Forks: 57
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE.LGPL
Awesome Lists containing this project
README
TelegramQt [![](https://github.com/Kaffeine/telegram-qt/workflows/Build/badge.svg)](https://github.com/Kaffeine/telegram-qt/actions?query=workflow%3ABuild+event%3Apush+branch%3Amaster)
=======================TelegramQt provides C++ API for developing custom Telegram clients and servers.
The project is inspired by Qt and QXmpp with some ideas from Telepathy.
TelegramQt focuses on the best possible developer experience.See also README.md in the 'server' directory.
Requirements
============* CMake 3.6+
* Qt 5.6+
* OpenSSL
* ZLib
* A C++11 compliant compilerBuilding
========Build from command line:
mkdir build
cd build
cmake ..
cmake --build .Installing
==========Install from command line (after building):
cmake --build . --target install
Default CMake installation prefix is `/usr/local`. Use CMAKE_INSTALL_PREFIX
parameter to set a different prefix (e.g. `-DCMAKE_INSTALL_PREFIX=/usr`).License
=======This application is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License,
or (at your option) any later version.