From 72b60026f7aec16852c491ee8ad41f1a87b5f068 Mon Sep 17 00:00:00 2001 From: James Campos Date: Tue, 29 Jan 2013 13:34:37 -0800 Subject: [PATCH] server --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 6630895f4..e167000ca 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,10 @@ Dependencies: - [CMake](http://www.cmake.org/) +The server requires an additional dependency: + +- [libgcrypt](http://www.gnu.org/software/libgcrypt/) + ``` mkdir build cd build @@ -26,3 +30,9 @@ cmake .. make make install ``` + +The following flags can be passed to `cmake`: + +- `-DWITH_SERVER=1` build the server + +- `-DWITHOUT_CLIENT=1` do not build the client