8000 GitHub - YuanWujin/telegram-qt: Qt-based library for Telegram network
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

YuanWujin/telegram-qt

 
 

Repository files navigation

TelegramQt Build Status

Telegram binding for Qt

Requirements

  • CMake-2.8.12+
  • Qt 5.5.0+
  • OpenSSL
  • ZLib
  • A C++11 compliant compiler

Installation

tar -xvf telegram-qt-x.y.z.tar.bz2
mkdir telegram-qt-build
cd telegram-qt-build
cmake ../telegram-qt-x.y.z -DCMAKE_INSTALL_PREFIX=/usr
make -j4
make 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.

About

Qt-based library for Telegram network

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 96.8%
  • QML 1.4%
  • CMake 1.1%
  • Other 0.7%
0