csoler dccd40f77e
Merge pull request #1384 from hunbernd/fix/oldstuff
Removed outdated build scripts and information
2018-11-02 22:09:18 +01:00
..
2015-09-21 22:58:58 -04:00
2015-09-21 22:58:58 -04:00
2018-05-21 18:23:52 +02:00
2018-05-21 18:23:52 +02:00
2015-12-16 02:09:35 -08:00
2010-10-31 18:54:58 +00:00
2018-05-28 22:03:39 +02: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.