Skip to content

Commit 4c7717c

Browse files
committed
Update doc in tgbot.h
1 parent eceb2bf commit 4c7717c

1 file changed

Lines changed: 0 additions & 32 deletions

File tree

include/tgbot/tgbot.h

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -108,38 +108,6 @@
108108
* @mainpage
109109
* [Go to GitHub](https://github.com/reo7sp/tgbot-cpp)
110110
*
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
121-
* cmake .
122-
* make -j4
123-
* sudo make install
124-
* @endcode
125-
*
126-
* @section bot_compile Bot compilation
127-
* With CMake:
128-
* [Example CMakeLists.txt](samples/echobot/CMakeLists.txt)
129-
*
130-
* Without CMake:
131-
* @code{.sh}
132-
* g++ telegram_bot.cpp -o telegram_bot --std=c++11 -I/usr/local/include -lTgBot -lboost_system -lssl -lcrypto -lpthread
133-
* @endcode
134-
*
135-
* Also:
136-
* 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).
143111
*/
144112

145113
#endif //TGBOT_TGBOT_H

0 commit comments

Comments
 (0)