mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-19 11:54:22 -04:00
* README to compile bitdht
* changed email address in example. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3726 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
a22c626a7d
commit
6d173b7c8e
2 changed files with 24 additions and 1 deletions
23
libbitdht/src/README.txt
Normal file
23
libbitdht/src/README.txt
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||||
* USA.
|
* USA.
|
||||||
*
|
*
|
||||||
* Please report all bugs and problems to "retroshare@lunamutt.com".
|
* Please report all bugs and problems to "bitdht@lunamutt.com".
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue