aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-08-23 11:20:13 +0200
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-08-23 11:20:13 +0200
commitb1a5fbd3b84b09f99dfdab044f692923a813b784 (patch)
tree523f7527b5595394452f4457b10edc60377bfae7 /README
parent4ee150eac2c2f976d2b75f7c46a2623fd3a12376 (diff)
downloadlibbrandt-b1a5fbd3b84b09f99dfdab044f692923a813b784.tar.gz
libbrandt-b1a5fbd3b84b09f99dfdab044f692923a813b784.zip
update README
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 6 insertions, 1 deletions
diff --git a/README b/README
index 4c4210e..54051cf 100644
--- a/README
+++ b/README
@@ -1,3 +1,8 @@
1To build libbrandt you need: 1libbrandt dependencies are:
2 2
3- libgcrypt 1.7+ 3- libgcrypt 1.7+
4- libgnunetutil 13.0+ (it's best to use the current version from svn)
5
6To setup your build environment just call `./bootstrap`, `./configure` with
7appropriate CFLAGS and other arguments to fit your system. Afterwards you can
8build libbrandt by calling `make` and run the tests with `make check`.