2019-12-18 11:57:20 -05:00
|
|
|
# SPDX-FileCopyrightText: (C) 2004-2019 Retroshare Team <contact@retroshare.cc>
|
|
|
|
# SPDX-License-Identifier: CC0-1.0
|
2010-10-31 14:54:58 -04:00
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|