diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-08-23 11:20:13 +0200 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-08-23 11:20:13 +0200 |
commit | b1a5fbd3b84b09f99dfdab044f692923a813b784 (patch) | |
tree | 523f7527b5595394452f4457b10edc60377bfae7 | |
parent | 4ee150eac2c2f976d2b75f7c46a2623fd3a12376 (diff) |
update README
-rw-r--r-- | README | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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`. |