PREFIX and doc fix. - libdht - A simple helper library for distributed hash tables.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 4c40b64ebe2ddb1cbdddb9000f60eac9639c2902
(DIR) parent 95fe3e191752f3c0c61ab062ade1ccd8b07c6b3f
(HTM) Author: Christoph Lohmann <20h@r-36.net>
Date: Sat, 26 Mar 2011 11:12:36 +0100
PREFIX and doc fix.
Diffstat:
README.md | 5 +++++
config.mk | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/README.md b/README.md
@@ -2,6 +2,11 @@
The algorithm was taken from [here](https://gist.github.com/240988).
+## Kadmelia protocol
+
+* [good description](http://xlattice.sourceforge.net/components/protocol/kademlia/specs.html)
+* [original paper](http://xlattice.sourceforge.net/components/protocol/kademlia/references.html#maymo02)
+
## Installation
make
(DIR) diff --git a/config.mk b/config.mk
@@ -5,7 +5,7 @@ VERSION = 0.2
# Customize below to fit your system
# paths
-PREFIX = /usr
+PREFIX ?= /usr
MANPREFIX = ${PREFIX}/share/man
# includes and libs