From b1a5fbd3b84b09f99dfdab044f692923a813b784 Mon Sep 17 00:00:00 2001 From: Markus Teich Date: Tue, 23 Aug 2016 11:20:13 +0200 Subject: [PATCH] update README --- README | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README b/README index 4c4210e..54051cf 100644 --- a/README +++ b/README @@ -1,3 +1,8 @@ -To build libbrandt you need: +libbrandt dependencies are: - libgcrypt 1.7+ +- libgnunetutil 13.0+ (it's best to use the current version from svn) + +To setup your build environment just call `./bootstrap`, `./configure` with +appropriate CFLAGS and other arguments to fit your system. Afterwards you can +build libbrandt by calling `make` and run the tests with `make check`.