mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-26 07:59:35 -05:00
7d9a80326d
/libbitdht/src/util/bdnet.h:107: warning: 'bdnet_inet_ntoa' has C- linkage specified, but returns user-defined type 'std::string' (aka 'basic_string<char>') which is incompatible with C [-Wreturn-type-c- linkage] std::string bdnet_inet_ntoa(struct in_addr in); ^ |
||
---|---|---|
.. | ||
bitdht | ||
example | ||
tests | ||
udp | ||
util | ||
libbitdht.pro | ||
LICENSE.md | ||
mingw32make.bat | ||
README.txt |
What's in the Package --------------------------------------------------------------- bitdht - base BitDHT Code. util - generic utils for networking and threading. udp - UDP interfacing code. lib - Where the library is created. tests - basic unit tests. example - example code of how to use libbitdht. libbitdht.pro - build script for Qt's qmake. README.txt - this file. HOWTO libbitdht. ---------------------------------------------- This version is build using Qt's qmake system. 1) Install Qt's qmake system: libqt-dev 2) type ./qmake 3) type ./make 4) check out the example and tests to learn how to interface with libbitdht.