Commit 72b60026 authored by James Campos's avatar James Campos
Browse files

server

parent 864fb5fd
...@@ -19,6 +19,10 @@ Dependencies: ...@@ -19,6 +19,10 @@ Dependencies:
- [CMake](http://www.cmake.org/) - [CMake](http://www.cmake.org/)
The server requires an additional dependency:
- [libgcrypt](http://www.gnu.org/software/libgcrypt/)
``` ```
mkdir build mkdir build
cd build cd build
...@@ -26,3 +30,9 @@ cmake .. ...@@ -26,3 +30,9 @@ cmake ..
make make
make install make install
``` ```
The following flags can be passed to `cmake`:
- `-DWITH_SERVER=1` build the server
- `-DWITHOUT_CLIENT=1` do not build the client
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment