LibTgBotPP
Main Page
Namespaces
Classes
Files
File List
File Members
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 compile and install the lib:
14
* mkdir build
15
* cd build/
16
* cmake ../
17
* make
18
* sudo make install
19
* sudo ldconfig
20
21
To use the library, you need:
22
* libcurlpp
23
* libjsoncpp
README.md
Generated on Sun Jun 4 2017 13:31:53 for LibTgBotPP by
1.8.6