LibTgBotPP
 All Classes Namespaces Files Functions Variables Typedefs Macros
README.md
Go to the documentation of this file.
1 # LibTgBotPP
2 A simple Telegram Bot C++ library
3 
4 # Requirements
5 
6 To compile, you just need a C++-Compiler and CMake and some libraries:
7 * libstdc++-dev
8 * libcurlpp-dev
9 * libjsoncpp-dev
10 
11 and - of course - their dependencies.
12 
13 To use the library, you need:
14 * libcurlpp
15 * libjsoncpp