You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: include/tgbot/tgbot.h
-32Lines changed: 0 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -108,38 +108,6 @@
108
108
* @mainpage
109
109
* [Go to GitHub](https://github.com/reo7sp/tgbot-cpp)
110
110
*
111
-
* @section lib_compile Library compilation
112
-
*
113
-
* Firstly you need to install some dependencies such as Boost and build tools such as CMake. On Debian-based distibutives you can do it with these commands:
114
-
* @code{.sh}
115
-
* sudo apt-get install g++ make binutils cmake libssl-dev libboost-system-dev
116
-
* @endcode
117
-
*
118
-
* To compile the library execute this commands:
119
-
* @code{.sh}
120
-
* cd /path/where/you/have/cloned/the/library/repository
* You can use Docker to build and run your bot. Set the base image of your's Dockerfile to [reo7sp/tgbot-cpp](https://hub.docker.com/r/reo7sp/tgbot-cpp/).
137
-
*
138
-
* @section Samples
139
-
* All samples are located [here](https://github.com/reo7sp/tgbot-cpp/tree/master/samples).
140
-
*
141
-
* @section Licence
142
-
* [The MIT License](https://github.com/reo7sp/tgbot-cpp/blob/master/LICENSE).
0 commit comments