From fb31f739c28e374d41834f3ba0a928bd92cca5df Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Mon, 27 Jul 2015 21:16:29 +0300 Subject: Fix documentation --- include/tgbot/doxygenMain.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/tgbot/doxygenMain.h b/include/tgbot/doxygenMain.h index d6256b8..75da76d 100644 --- a/include/tgbot/doxygenMain.h +++ b/include/tgbot/doxygenMain.h @@ -36,14 +36,14 @@ * 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: * @code{.sh} -sudo apt-get install cmake libboost-dev + * sudo apt-get install cmake libboost-dev * @endcode * * To compile the library execute this commands: * @code{.sh} -cd /path/where/you/have/cloned/the/library/repository -cmake . -make -j4 + * cd /path/where/you/have/cloned/the/library/repository + * cmake . + * make -j4 * @endcode * * That's all. All you have to do now is just link compiled library to your project. -- cgit v1.2.3