Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
72b60026
Commit
72b60026
authored
Jan 29, 2013
by
James Campos
Browse files
server
parent
864fb5fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
72b60026
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment