From d03eda27cdbe75470068d7513ecf510d8d342cf5 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:46:48 +0300 Subject: Docs --- docs/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 44718fb..4076380 100644 --- a/docs/index.html +++ b/docs/index.html @@ -85,14 +85,14 @@ $(document).ready(function(){initNavTree('index.html','');});

Compilation

-

Firstly you need to install some dependencies. You have to have boost library at the runtime and cmake at the compilation step to be able to use this library. On Debian-based distibutives you can do it with these commands:

sudo apt-get install g++ make binutils cmake libssl-dev libboost-system-dev libboost-iostreams-dev libboost-test-dev

To compile the library execute this commands:

cd /path/where/you/have/cloned/the/library/repository
cmake .
make -j4
sudo make install

That's all. All you have to do now is just link compiled library to your project.

+

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:

sudo apt-get install g++ make binutils cmake libssl-dev libboost-system-dev libboost-iostreams-dev

To compile the library execute this commands:

cd /path/where/you/have/cloned/the/library/repository
cmake .
make -j4
sudo make install

That's all. All you have to do now is just link compiled library to your project.

If you want, you can also use Docker to build and run your bot. Just set the base image of your's Dockerfile to reo7sp/tgbot-cpp.

Samples

All samples are located here

Feedback

-

Feel free to create new issues on GitHub or contact me on Telegram

+

Feel free to create new issues on GitHub or contact me on Telegram

Licence

The MIT License

@@ -101,7 +101,7 @@ Licence