More docu
This commit is contained in:
+8
-2
@@ -101,7 +101,13 @@ $(document).ready(function(){initNavTree('index.html','');});
|
||||
<div class="contents">
|
||||
<div class="textblock"><p>A simple <a class="el" href="namespaceTelegram.html">Telegram</a> Bot C++ library</p>
|
||||
<h1>Requirements</h1>
|
||||
<p>To compile, you just need a C++-Compiler and CMake.</p>
|
||||
<p>To compile, you just need a C++-Compiler and CMake and some libraries:</p>
|
||||
<ul>
|
||||
<li>libstdc++-dev</li>
|
||||
<li>libcurlpp-dev</li>
|
||||
<li>libjsoncpp-dev</li>
|
||||
</ul>
|
||||
<p>and - of course - their dependencies.</p>
|
||||
<p>To use the library, you need:</p>
|
||||
<ul>
|
||||
<li>libcurlpp</li>
|
||||
@@ -112,7 +118,7 @@ $(document).ready(function(){initNavTree('index.html','');});
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated on Mon May 2 2016 14:19:24 for LibTgBotPP by
|
||||
<li class="footer">Generated on Tue May 3 2016 09:46:46 for LibTgBotPP by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 </li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user