Updated docs

This commit is contained in:
Hauke Zühl
2017-06-07 20:39:42 +02:00
parent 08336037dd
commit e9693a9f4d
193 changed files with 1919 additions and 653 deletions
+10 -1
View File
@@ -108,6 +108,15 @@ $(document).ready(function(){initNavTree('index.html','');});
<li>libjsoncpp-dev</li>
</ul>
<p>and - of course - their dependencies.</p>
<p>To compile and install the lib:</p>
<ul>
<li>mkdir build</li>
<li>cd build/</li>
<li>cmake ../</li>
<li>make</li>
<li>sudo make install</li>
<li>sudo ldconfig</li>
</ul>
<p>To use the library, you need:</p>
<ul>
<li>libcurlpp</li>
@@ -118,7 +127,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 Tue May 3 2016 09:46:46 for LibTgBotPP by
<li class="footer">Generated on Sun Jun 4 2017 13:31:54 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>